#B35639

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

Shades of Orange Roughy #B35639

Tints of Orange Roughy #B35639

Color information

#B35639 (or 0xB35639) is unknown color: approx Orange Roughy. HEX triplet: B3, 56 and 39. RGB value is (179,86,57). Sum of RGB (Red+Green+Blue) = 179+86+57=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B35639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35639 is #4CA9C6. Grayscale: #6E6E6E. Windows color (decimal): -5024199 or 3757747. OLE color: 3757747.

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

Color convert

RGB1798657-
CMYK00.520.680.30
HSL14.26º51.69%46.27%-
HSV(B)14.26º68.16%70.2%-
XYZ22.6616.535.87-
YUV110.597.81176.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=55.59%
G=26.71%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179865700.520.680.3014.2651.6946.27
HexB35639034441Ee342e
Octal2631267106410436166456
Binary10110011101011011100101101001000100111101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35639; }

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

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

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

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

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

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

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

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