Html Css Color HEX #B45B2A Fiery Orange

📋 copy color: '#B45B2A'

red 180 ◦ green 91 ◦ blue 42

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

Shades of Fiery Orange #B45B2A

Tints of Fiery Orange #B45B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 57.51%
G = 29.07%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B45B2A (or 0xB45B2A) is known color: Fiery Orange. HEX triplet: B4, 5B and 2A. RGB value is (180,91,42). Sum of RGB (Red+Green+Blue) = 180+91+42=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B2A is #4BA4D5. Grayscale: #707070. Windows color (decimal): -4957398 or 2775988. OLE color: 2775988.

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

Color convert

RGB 180 91 42 -
CMYK 0 0.49 0.77 0.29
HSL 21.3º 0.62% 0.44% -
HSV(B) 21.3º 0.77% 0.71% -
XYZ 22.98 17.35 4.33 -
YUV 112.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 180 91 42 0 0.49 0.77 0.29 21.3 0.62 0.44
Hex B4 5B 2A 0 31 4D 1D 15 3E 2C
Octal 264 133 52 0 61 115 35 25 76 54
Binary 10110100 1011011 101010 0 110001 1001101 11101 10101 111110 101100

Color Harmonies of #B45B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B2A

Black with #B45B2A

Text Example


Text Example

White with #B45B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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