Html Css Color HEX #B45B21 Fiery Orange

📋 copy color: '#B45B21'

red 180 ◦ green 91 ◦ blue 33

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

Shades of Fiery Orange #B45B21

Tints of Fiery Orange #B45B21

RGB

 RED value IS 180 (70.7% from 255) = 59.21%

 GREEN value IS 91 (35.94% from 255) = 29.93%

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

R = 59.21%
G = 29.93%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B45B21 (or 0xB45B21) is known color: Fiery Orange. HEX triplet: B4, 5B and 21. RGB value is (180,91,33). Sum of RGB (Red+Green+Blue) = 180+91+33=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B21 is #4BA4DE. Grayscale: #6F6F6F. Windows color (decimal): -4957407 or 2186164. OLE color: 2186164.

HSL color Cylindrical-coordinate representation of color #B45B21: hue angle of 23.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B45B21 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 91 33 -
CMYK 0 0.49 0.82 0.29
HSL 23.67º 0.69% 0.42% -
HSV(B) 23.67º 0.82% 0.71% -
XYZ 22.84 17.3 3.57 -
YUV 111 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 180 91 33 0 0.49 0.82 0.29 23.67 0.69 0.42
Hex B4 5B 21 0 31 52 1D 18 45 2A
Octal 264 133 41 0 61 122 35 30 105 52
Binary 10110100 1011011 100001 0 110001 1010010 11101 11000 1000101 101010

Color Harmonies of #B45B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B21

Black with #B45B21

Text Example


Text Example

White with #B45B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B21; }

 p { color: rgb(180,91,33); }

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

background-color css

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

 a { background-color: rgb(180,91,33); }

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

border-color css

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

 span { border-color: rgb(180,91,33); }

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