#B35039

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

Shades of Orange Roughy #B35039

Tints of Orange Roughy #B35039

Color information

#B35039 (or 0xB35039) is unknown color: approx Orange Roughy. HEX triplet: B3, 50 and 39. RGB value is (179,80,57). Sum of RGB (Red+Green+Blue) = 179+80+57=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B35039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35039 is #4CAFC6. Grayscale: #6B6B6B. Windows color (decimal): -5025735 or 3756211. OLE color: 3756211.

HSL color Cylindrical-coordinate representation of color #B35039: hue angle of 11.31º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B35039 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1798057-
CMYK00.550.680.30
HSL11.31º51.69%46.27%-
HSV(B)11.31º68.16%70.2%-
XYZ22.215.625.72-
YUV106.9899.8179.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=56.65%
G=25.32%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179805700.550.680.3011.3151.6946.27
HexB35039037441Eb342e
Octal2631207106710436136456
Binary10110011101000011100101101111000100111101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35039; }

 p { color: rgb(179,80,57); }

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

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

 a { background-color: rgb(179,80,57); }

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

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

 span { border-color: rgb(179,80,57); }

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