Html Css Color HEX #B06022 Fiery Orange

📋 copy color: '#B06022'

red 176 ◦ green 96 ◦ blue 34

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

Shades of Fiery Orange #B06022

Tints of Fiery Orange #B06022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 57.52%
G = 31.37%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B06022 (or 0xB06022) is known color: Fiery Orange. HEX triplet: B0, 60 and 22. RGB value is (176,96,34). Sum of RGB (Red+Green+Blue) = 176+96+34=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B06022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06022 is #4F9FDD. Grayscale: #717171. Windows color (decimal): -5218270 or 2252976. OLE color: 2252976.

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

Color convert

RGB 176 96 34 -
CMYK 0 0.45 0.81 0.31
HSL 26.2º 0.68% 0.41% -
HSV(B) 26.2º 0.81% 0.69% -
XYZ 22.38 17.71 3.75 -
YUV 112.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 176 96 34 0 0.45 0.81 0.31 26.2 0.68 0.41
Hex B0 60 22 0 2D 51 1F 1A 44 29
Octal 260 140 42 0 55 121 37 32 104 51
Binary 10110000 1100000 100010 0 101101 1010001 11111 11010 1000100 101001

Color Harmonies of #B06022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06022

Black with #B06022

Text Example


Text Example

White with #B06022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06022; }

 p { color: rgb(176,96,34); }

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

background-color css

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

 a { background-color: rgb(176,96,34); }

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

border-color css

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

 span { border-color: rgb(176,96,34); }

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