Html Css Color HEX #B45A27 Fiery Orange

📋 copy color: '#B45A27'

red 180 ◦ green 90 ◦ blue 39

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

Shades of Fiery Orange #B45A27

Tints of Fiery Orange #B45A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 58.25%
G = 29.13%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B45A27 (or 0xB45A27) is known color: Fiery Orange. HEX triplet: B4, 5A and 27. RGB value is (180,90,39). Sum of RGB (Red+Green+Blue) = 180+90+39=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A27 is #4BA5D8. Grayscale: #6F6F6F. Windows color (decimal): -4957657 or 2579124. OLE color: 2579124.

HSL color Cylindrical-coordinate representation of color #B45A27: hue angle of 21.7º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B45A27 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 39 -
CMYK 0 0.50 0.78 0.29
HSL 21.7º 0.64% 0.43% -
HSV(B) 21.7º 0.78% 0.71% -
XYZ 22.84 17.16 4.03 -
YUV 111.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 180 90 39 0 0.50 0.78 0.29 21.7 0.64 0.43
Hex B4 5A 27 0 32 4E 1D 16 40 2B
Octal 264 132 47 0 62 116 35 26 100 53
Binary 10110100 1011010 100111 0 110010 1001110 11101 10110 1000000 101011

Color Harmonies of #B45A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A27

Black with #B45A27

Text Example


Text Example

White with #B45A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A27; }

 p { color: rgb(180,90,39); }

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

background-color css

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

 a { background-color: rgb(180,90,39); }

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

border-color css

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

 span { border-color: rgb(180,90,39); }

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