Html Css Color HEX #B06122 Fiery Orange

📋 copy color: '#B06122'

red 176 ◦ green 97 ◦ blue 34

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

Shades of Fiery Orange #B06122

Tints of Fiery Orange #B06122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 57.33%
G = 31.6%
B = 11.07%

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

#B06122 (or 0xB06122) is known color: Fiery Orange. HEX triplet: B0, 61 and 22. RGB value is (176,97,34). Sum of RGB (Red+Green+Blue) = 176+97+34=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B06122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06122 is #4F9EDD. Grayscale: #717171. Windows color (decimal): -5218014 or 2253232. OLE color: 2253232.

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

Color convert

RGB 176 97 34 -
CMYK 0 0.45 0.81 0.31
HSL 26.62º 0.68% 0.41% -
HSV(B) 26.62º 0.81% 0.69% -
XYZ 22.47 17.89 3.78 -
YUV 113.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 176 97 34 0 0.45 0.81 0.31 26.62 0.68 0.41
Hex B0 61 22 0 2D 51 1F 1B 44 29
Octal 260 141 42 0 55 121 37 33 104 51
Binary 10110000 1100001 100010 0 101101 1010001 11111 11011 1000100 101001

Color Harmonies of #B06122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06122

Black with #B06122

Text Example


Text Example

White with #B06122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06122; }

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

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

background-color css

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

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

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

border-color css

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

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

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