#B04B35

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

Shades of Orange Roughy #B04B35

Tints of Orange Roughy #B04B35

Color information

#B04B35 (or 0xB04B35) is unknown color: approx Orange Roughy. HEX triplet: B0, 4B and 35. RGB value is (176,75,53). Sum of RGB (Red+Green+Blue) = 176+75+53=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04B35 is #4FB4CA. Grayscale: #666666. Windows color (decimal): -5223627 or 3492784. OLE color: 3492784.

HSL color Cylindrical-coordinate representation of color #B04B35: hue angle of 10.73º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04B35 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1767553-
CMYK00.570.700.31
HSL10.73º53.71%44.9%-
HSV(B)10.73º69.89%69.02%-
XYZ21.0614.525.06-
YUV102.6999.96180.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=57.89%
G=24.67%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176755300.570.700.3110.7353.7144.9
HexB04B35039461Fb362d
Octal2601136507110637136655
Binary10110000100101111010101110011000110111111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B35; }

 p { color: rgb(176,75,53); }

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

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

 a { background-color: rgb(176,75,53); }

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

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

 span { border-color: rgb(176,75,53); }

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