#B15239

Color #B15239 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B15239

Tints of Orange Roughy #B15239

Color information

#B15239 (or 0xB15239) is unknown color: approx Orange Roughy. HEX triplet: B1, 52 and 39. RGB value is (177,82,57). Sum of RGB (Red+Green+Blue) = 177+82+57=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15239 is #4EADC6. Grayscale: #6B6B6B. Windows color (decimal): -5156295 or 3756721. OLE color: 3756721.

HSL color Cylindrical-coordinate representation of color #B15239: hue angle of 12.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B15239 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1778257-
CMYK00.540.680.31
HSL12.5º51.28%45.88%-
HSV(B)12.5º67.8%69.41%-
XYZ21.8915.685.74-
YUV107.5699.47177.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=56.01%
G=25.95%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177825700.540.680.3112.551.2845.88
HexB15239036441Fd332e
Octal2611227106610437156356
Binary10110001101001011100101101101000100111111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15239; }

 p { color: rgb(177,82,57); }

 H1.HeaderClassName
 {
   color: #B15239;
 }
 .AnyTagClassName
 {
   color: #B15239;
 }
</style>
background-color css

<style>
 a { background-color: #B15239; }

 a { background-color: rgb(177,82,57); }

 div.DivClassName
 {
   background-color: #B15239;
 }
 .BgClassName
 {
   background-color: #B15239;
 }
</style>
border-color css

<style>
 span { border-color: #B15239; }

 span { border-color: rgb(177,82,57); }

 td.TdClassName
 {
   border-color: #B15239;
 }
 .TagClassName
 {
   border-color: #B15239;
 }
</style>