#B05235

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

Shades of Orange Roughy #B05235

Tints of Orange Roughy #B05235

Color information

#B05235 (or 0xB05235) is unknown color: approx Orange Roughy. HEX triplet: B0, 52 and 35. RGB value is (176,82,53). Sum of RGB (Red+Green+Blue) = 176+82+53=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B05235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05235 is #4FADCA. Grayscale: #6B6B6B. Windows color (decimal): -5221835 or 3494576. OLE color: 3494576.

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

Color convert

RGB1768253-
CMYK00.530.700.31
HSL14.15º53.71%44.9%-
HSV(B)14.15º69.89%69.02%-
XYZ21.5615.525.23-
YUV106.897.64177.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.59%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=56.59%
G=26.37%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176825300.530.700.3114.1553.7144.9
HexB05235035461Fe362d
Octal2601226506510637166655
Binary10110000101001011010101101011000110111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05235; }

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

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

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

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

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

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

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

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