#B15437

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

Shades of Orange Roughy #B15437

Tints of Orange Roughy #B15437

Color information

#B15437 (or 0xB15437) is unknown color: approx Orange Roughy. HEX triplet: B1, 54 and 37. RGB value is (177,84,55). Sum of RGB (Red+Green+Blue) = 177+84+55=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15437 is #4EABC8. Grayscale: #6C6C6C. Windows color (decimal): -5155785 or 3626161. OLE color: 3626161.

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

Color convert

RGB1778455-
CMYK00.530.690.31
HSL14.26º52.59%45.49%-
HSV(B)14.26º68.93%69.41%-
XYZ21.9915.965.54-
YUV108.597.81176.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=56.01%
G=26.58%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177845500.530.690.3114.2652.5945.49
HexB15437035451Fe352d
Octal2611246706510537166555
Binary10110001101010011011101101011000101111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15437; }

 p { color: rgb(177,84,55); }

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

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

 a { background-color: rgb(177,84,55); }

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

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

 span { border-color: rgb(177,84,55); }

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