Html Css Color HEX #B06232 Fiery Orange

📋 copy color: '#B06232'

red 176 ◦ green 98 ◦ blue 50

#B06232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B06232

Tints of Fiery Orange #B06232

RGB

 RED value IS 176 (69.14% from 255) = 54.32%

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 54.32%
G = 30.25%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B06232 (or 0xB06232) is known color: Fiery Orange. HEX triplet: B0, 62 and 32. RGB value is (176,98,50). Sum of RGB (Red+Green+Blue) = 176+98+50=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B06232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06232 is #4F9DCD. Grayscale: #747474. Windows color (decimal): -5217742 or 3302064. OLE color: 3302064.

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

Color convert

RGB 176 98 50 -
CMYK 0 0.44 0.72 0.31
HSL 22.86º 0.56% 0.44% -
HSV(B) 22.86º 0.72% 0.69% -
XYZ 22.85 18.2 5.33 -
YUV 115.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 176 98 50 0 0.44 0.72 0.31 22.86 0.56 0.44
Hex B0 62 32 0 2C 48 1F 17 38 2C
Octal 260 142 62 0 54 110 37 27 70 54
Binary 10110000 1100010 110010 0 101100 1001000 11111 10111 111000 101100

Color Harmonies of #B06232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06232

Black with #B06232

Text Example


Text Example

White with #B06232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06232; }

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

 H1.HeaderClassName
 {
   color: #B06232;
 }
 .AnyTagClassName
 {
   color: #B06232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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