#B2553B

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

Shades of Orange Roughy #B2553B

Tints of Orange Roughy #B2553B

Color information

#B2553B (or 0xB2553B) is unknown color: approx Orange Roughy. HEX triplet: B2, 55 and 3B. RGB value is (178,85,59). Sum of RGB (Red+Green+Blue) = 178+85+59=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2553B is #4DAAC4. Grayscale: #6E6E6E. Windows color (decimal): -5089989 or 3888562. OLE color: 3888562.

HSL color Cylindrical-coordinate representation of color #B2553B: hue angle of 13.11º 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 #B2553B is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1788559-
CMYK00.520.670.30
HSL13.11º50.21%46.47%-
HSV(B)13.11º66.85%69.8%-
XYZ22.416.286.1-
YUV109.8499.31176.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=55.28%
G=26.40%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178855900.520.670.3013.1150.2146.47
HexB2553B034431Ed322e
Octal2621257306410336156256
Binary10110010101010111101101101001000011111101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2553B; }

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

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

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

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

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

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

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

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