Html Css Color HEX #B05820 Fiery Orange

📋 copy color: '#B05820'

red 176 ◦ green 88 ◦ blue 32

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

Shades of Fiery Orange #B05820

Tints of Fiery Orange #B05820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 59.46%
G = 29.73%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B05820 (or 0xB05820) is known color: Fiery Orange. HEX triplet: B0, 58 and 20. RGB value is (176,88,32). Sum of RGB (Red+Green+Blue) = 176+88+32=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B05820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05820 is #4FA7DF. Grayscale: #6C6C6C. Windows color (decimal): -5220320 or 2119856. OLE color: 2119856.

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

Color convert

RGB 176 88 32 -
CMYK 0 0.50 0.82 0.31
HSL 23.33º 0.69% 0.41% -
HSV(B) 23.33º 0.82% 0.69% -
XYZ 21.65 16.31 3.37 -
YUV 107.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 176 88 32 0 0.50 0.82 0.31 23.33 0.69 0.41
Hex B0 58 20 0 32 52 1F 17 45 29
Octal 260 130 40 0 62 122 37 27 105 51
Binary 10110000 1011000 100000 0 110010 1010010 11111 10111 1000101 101001

Color Harmonies of #B05820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05820

Black with #B05820

Text Example


Text Example

White with #B05820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05820; }

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

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

background-color css

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

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

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

border-color css

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

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

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