#B0533E

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

Shades of Orange Roughy #B0533E

Tints of Orange Roughy #B0533E

Color information

#B0533E (or 0xB0533E) is unknown color: approx Orange Roughy. HEX triplet: B0, 53 and 3E. RGB value is (176,83,62). Sum of RGB (Red+Green+Blue) = 176+83+62=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0533E is #4FACC1. Grayscale: #6C6C6C. Windows color (decimal): -5221570 or 4084656. OLE color: 4084656.

HSL color Cylindrical-coordinate representation of color #B0533E: hue angle of 11.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0533E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB1768362-
CMYK00.530.650.31
HSL11.05º47.9%46.67%-
HSV(B)11.05º64.77%69.02%-
XYZ21.8715.766.45-
YUV108.41101.81176.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=54.83%
G=25.86%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176836200.530.650.3111.0547.946.67
HexB0533E035411Fb302f
Octal2601237606510137136057
Binary10110000101001111111001101011000001111111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0533E; }

 p { color: rgb(176,83,62); }

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

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

 a { background-color: rgb(176,83,62); }

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

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

 span { border-color: rgb(176,83,62); }

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