#B2553E

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

Shades of Orange Roughy #B2553E

Tints of Orange Roughy #B2553E

Color information

#B2553E (or 0xB2553E) is unknown color: approx Orange Roughy. HEX triplet: B2, 55 and 3E. RGB value is (178,85,62). Sum of RGB (Red+Green+Blue) = 178+85+62=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2553E is #4DAAC1. Grayscale: #6E6E6E. Windows color (decimal): -5089986 or 4085170. OLE color: 4085170.

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

Color convert

RGB1788562-
CMYK00.520.650.30
HSL11.9º48.33%47.06%-
HSV(B)11.9º65.17%69.8%-
XYZ22.4816.316.52-
YUV110.18100.81176.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=54.77%
G=26.15%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178856200.520.650.3011.948.3347.06
HexB2553E034411Ec302f
Octal2621257606410136146057
Binary10110010101010111111001101001000001111101100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2553E; }

 p { color: rgb(178,85,62); }

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

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

 a { background-color: rgb(178,85,62); }

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

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

 span { border-color: rgb(178,85,62); }

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