#B05037

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

Shades of Orange Roughy #B05037

Tints of Orange Roughy #B05037

Color information

#B05037 (or 0xB05037) is unknown color: approx Orange Roughy. HEX triplet: B0, 50 and 37. RGB value is (176,80,55). Sum of RGB (Red+Green+Blue) = 176+80+55=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B05037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05037 is #4FAFC8. Grayscale: #6A6A6A. Windows color (decimal): -5222345 or 3625136. OLE color: 3625136.

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

Color convert

RGB1768055-
CMYK00.550.690.31
HSL12.4º52.38%45.29%-
HSV(B)12.4º68.75%69.02%-
XYZ21.4615.245.43-
YUV105.8599.3178.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.59%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=56.59%
G=25.72%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176805500.550.690.3112.452.3845.29
HexB05037037451Fc342d
Octal2601206706710537146455
Binary10110000101000011011101101111000101111111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05037; }

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

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

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

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

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

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

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

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