#B0553A

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

Shades of Orange Roughy #B0553A

Tints of Orange Roughy #B0553A

Color information

#B0553A (or 0xB0553A) is unknown color: approx Orange Roughy. HEX triplet: B0, 55 and 3A. RGB value is (176,85,58). Sum of RGB (Red+Green+Blue) = 176+85+58=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0553A is #4FAAC5. Grayscale: #6D6D6D. Windows color (decimal): -5221062 or 3823024. OLE color: 3823024.

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

Color convert

RGB1768558-
CMYK00.520.670.31
HSL13.73º50.43%45.88%-
HSV(B)13.73º67.05%69.02%-
XYZ21.9216.035.94-
YUV109.1399.15175.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=55.17%
G=26.65%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176855800.520.670.3113.7350.4345.88
HexB0553A034431Fe322e
Octal2601257206410337166256
Binary10110000101010111101001101001000011111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0553A; }

 p { color: rgb(176,85,58); }

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

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

 a { background-color: rgb(176,85,58); }

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

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

 span { border-color: rgb(176,85,58); }

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