#B05435

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

Shades of Orange Roughy #B05435

Tints of Orange Roughy #B05435

Color information

#B05435 (or 0xB05435) is unknown color: approx Orange Roughy. HEX triplet: B0, 54 and 35. RGB value is (176,84,53). Sum of RGB (Red+Green+Blue) = 176+84+53=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B05435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05435 is #4FABCA. Grayscale: #6C6C6C. Windows color (decimal): -5221323 or 3495088. OLE color: 3495088.

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

Color convert

RGB1768453-
CMYK00.520.700.31
HSL15.12º53.71%44.9%-
HSV(B)15.12º69.89%69.02%-
XYZ21.7215.835.28-
YUV107.9796.98176.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=56.23%
G=26.84%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176845300.520.700.3115.1253.7144.9
HexB05435034461Ff362d
Octal2601246506410637176655
Binary10110000101010011010101101001000110111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05435; }

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

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

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

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

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

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

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

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