#B06233

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

Shades of Fiery Orange #B06233

Tints of Fiery Orange #B06233

Color information

#B06233 (or 0xB06233) is unknown color: approx Fiery Orange. HEX triplet: B0, 62 and 33. RGB value is (176,98,51). Sum of RGB (Red+Green+Blue) = 176+98+51=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06233 is #4F9DCC. Grayscale: #747474. Windows color (decimal): -5217741 or 3367600. OLE color: 3367600.

HSL color Cylindrical-coordinate representation of color #B06233: hue angle of 22.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B06233 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1769851-
CMYK00.440.710.31
HSL22.56º55.07%44.51%-
HSV(B)22.56º71.02%69.02%-
XYZ22.8718.25.44-
YUV115.9691.34170.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=54.15%
G=30.15%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176985100.440.710.3122.5655.0744.51
HexB0623302C471F17372d
Octal2601426305410737276755
Binary101100001100010110011010110010001111111110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06233; }

 p { color: rgb(176,98,51); }

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

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

 a { background-color: rgb(176,98,51); }

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

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

 span { border-color: rgb(176,98,51); }

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