#b2583b

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

Shades of Orange Roughy #B2583B

Tints of Orange Roughy #B2583B

Color information

#B2583B (or 0xB2583B) is unknown color: approx Orange Roughy. HEX triplet: B2, 58 and 3B. RGB value is (178,88,59). Sum of RGB (Red+Green+Blue) = 178+88+59=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2583B is #4DA7C4. Grayscale: #6F6F6F. Windows color (decimal): -5089221 or 3889330. OLE color: 3889330.

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

Color convert

RGB1788859-
CMYK00.510.670.30
HSL14.62º50.21%46.47%-
HSV(B)14.62º66.85%69.8%-
XYZ22.6416.766.18-
YUV111.698.32175.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 59 (23.44% from 255) = 18.15%
R=54.77%
G=27.08%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178885900.510.670.3014.6250.2146.47
HexB2583B033431Ef322e
Octal2621307306310336176256
Binary10110010101100011101101100111000011111101111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2583b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2583b; }

 p { color: rgb(178,88,59); }

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

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

 a { background-color: rgb(178,88,59); }

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

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

 span { border-color: rgb(178,88,59); }

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