Html Css Color HEX #B05822 Fiery Orange

📋 copy color: '#B05822'

red 176 ◦ green 88 ◦ blue 34

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

Shades of Fiery Orange #B05822

Tints of Fiery Orange #B05822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 59.06%
G = 29.53%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B05822 (or 0xB05822) is known color: Fiery Orange. HEX triplet: B0, 58 and 22. RGB value is (176,88,34). Sum of RGB (Red+Green+Blue) = 176+88+34=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B05822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05822 is #4FA7DD. Grayscale: #6C6C6C. Windows color (decimal): -5220318 or 2250928. OLE color: 2250928.

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

Color convert

RGB 176 88 34 -
CMYK 0 0.50 0.81 0.31
HSL 22.82º 0.68% 0.41% -
HSV(B) 22.82º 0.81% 0.69% -
XYZ 21.68 16.33 3.52 -
YUV 108.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 176 88 34 0 0.50 0.81 0.31 22.82 0.68 0.41
Hex B0 58 22 0 32 51 1F 17 44 29
Octal 260 130 42 0 62 121 37 27 104 51
Binary 10110000 1011000 100010 0 110010 1010001 11111 10111 1000100 101001

Color Harmonies of #B05822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05822

Black with #B05822

Text Example


Text Example

White with #B05822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05822; }

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

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

background-color css

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

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

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

border-color css

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

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

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