#B2533C

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

Shades of Orange Roughy #B2533C

Tints of Orange Roughy #B2533C

Color information

#B2533C (or 0xB2533C) is unknown color: approx Orange Roughy. HEX triplet: B2, 53 and 3C. RGB value is (178,83,60). Sum of RGB (Red+Green+Blue) = 178+83+60=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2533C is #4DACC3. Grayscale: #6C6C6C. Windows color (decimal): -5090500 or 3953586. OLE color: 3953586.

HSL color Cylindrical-coordinate representation of color #B2533C: hue angle of 11.69º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2533C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1788360-
CMYK00.530.660.30
HSL11.69º49.58%46.67%-
HSV(B)11.69º66.29%69.8%-
XYZ22.2715.986.19-
YUV108.78100.47177.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=55.45%
G=25.86%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178836000.530.660.3011.6949.5846.67
HexB2533C035421Ec322f
Octal2621237406510236146257
Binary10110010101001111110001101011000010111101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2533C; }

 p { color: rgb(178,83,60); }

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

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

 a { background-color: rgb(178,83,60); }

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

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

 span { border-color: rgb(178,83,60); }

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