#B05436

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

Shades of Orange Roughy #B05436

Tints of Orange Roughy #B05436

Color information

#B05436 (or 0xB05436) is unknown color: approx Orange Roughy. HEX triplet: B0, 54 and 36. RGB value is (176,84,54). Sum of RGB (Red+Green+Blue) = 176+84+54=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05436 is #4FABC9. Grayscale: #6C6C6C. Windows color (decimal): -5221322 or 3560624. OLE color: 3560624.

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

Color convert

RGB1768454-
CMYK00.520.690.31
HSL14.75º53.04%45.1%-
HSV(B)14.75º69.32%69.02%-
XYZ21.7415.845.4-
YUV108.0997.48176.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=56.05%
G=26.75%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176845400.520.690.3114.7553.0445.1
HexB05436034451Ff352d
Octal2601246606410537176555
Binary10110000101010011011001101001000101111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05436; }

 p { color: rgb(176,84,54); }

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

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

 a { background-color: rgb(176,84,54); }

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

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

 span { border-color: rgb(176,84,54); }

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