#B05237

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

Shades of Orange Roughy #B05237

Tints of Orange Roughy #B05237

Color information

#B05237 (or 0xB05237) is unknown color: approx Orange Roughy. HEX triplet: B0, 52 and 37. RGB value is (176,82,55). Sum of RGB (Red+Green+Blue) = 176+82+55=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B05237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05237 is #4FADC8. Grayscale: #6B6B6B. Windows color (decimal): -5221833 or 3625648. OLE color: 3625648.

HSL color Cylindrical-coordinate representation of color #B05237: hue angle of 13.39º degrees, saturation: 0.52, 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 #B05237 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1768255-
CMYK00.530.690.31
HSL13.39º52.38%45.29%-
HSV(B)13.39º68.75%69.02%-
XYZ21.6115.545.48-
YUV107.0398.64177.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=56.23%
G=26.20%
B=17.57%

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
Decimal176825500.530.690.3113.3952.3845.29
HexB05237035451Fd342d
Octal2601226706510537156455
Binary10110000101001011011101101011000101111111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05237; }

 p { color: rgb(176,82,55); }

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

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

 a { background-color: rgb(176,82,55); }

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

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

 span { border-color: rgb(176,82,55); }

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