#B24F36

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

Shades of Orange Roughy #B24F36

Tints of Orange Roughy #B24F36

Color information

#B24F36 (or 0xB24F36) is unknown color: approx Orange Roughy. HEX triplet: B2, 4F and 36. RGB value is (178,79,54). Sum of RGB (Red+Green+Blue) = 178+79+54=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F36 is #4DB0C9. Grayscale: #696969. Windows color (decimal): -5091530 or 3559346. OLE color: 3559346.

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

Color convert

RGB1787954-
CMYK00.560.700.30
HSL12.1º53.45%45.49%-
HSV(B)12.1º69.66%69.8%-
XYZ21.8215.325.3-
YUV105.7598.8179.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=57.23%
G=25.40%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178795400.560.700.3012.153.4545.49
HexB24F36038461Ec352d
Octal2621176607010636146555
Binary10110010100111111011001110001000110111101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F36; }

 p { color: rgb(178,79,54); }

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

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

 a { background-color: rgb(178,79,54); }

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

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

 span { border-color: rgb(178,79,54); }

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