Html Css Color HEX #B05621 Fiery Orange

📋 copy color: '#B05621'

red 176 ◦ green 86 ◦ blue 33

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

Shades of Fiery Orange #B05621

Tints of Fiery Orange #B05621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 59.66%
G = 29.15%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B05621 (or 0xB05621) is known color: Fiery Orange. HEX triplet: B0, 56 and 21. RGB value is (176,86,33). Sum of RGB (Red+Green+Blue) = 176+86+33=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B05621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05621 is #4FA9DE. Grayscale: #6B6B6B. Windows color (decimal): -5220831 or 2184880. OLE color: 2184880.

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

Color convert

RGB 176 86 33 -
CMYK 0 0.51 0.81 0.31
HSL 22.24º 0.68% 0.41% -
HSV(B) 22.24º 0.81% 0.69% -
XYZ 21.51 16 3.39 -
YUV 106.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 176 86 33 0 0.51 0.81 0.31 22.24 0.68 0.41
Hex B0 56 21 0 33 51 1F 16 44 29
Octal 260 126 41 0 63 121 37 26 104 51
Binary 10110000 1010110 100001 0 110011 1010001 11111 10110 1000100 101001

Color Harmonies of #B05621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05621

Black with #B05621

Text Example


Text Example

White with #B05621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05621; }

 p { color: rgb(176,86,33); }

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

background-color css

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

 a { background-color: rgb(176,86,33); }

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

border-color css

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

 span { border-color: rgb(176,86,33); }

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