Html Css Color HEX #B45E2A Fiery Orange

📋 copy color: '#B45E2A'

red 180 ◦ green 94 ◦ blue 42

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

Shades of Fiery Orange #B45E2A

Tints of Fiery Orange #B45E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

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

R = 56.96%
G = 29.75%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B45E2A (or 0xB45E2A) is known color: Fiery Orange. HEX triplet: B4, 5E and 2A. RGB value is (180,94,42). Sum of RGB (Red+Green+Blue) = 180+94+42=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E2A is #4BA1D5. Grayscale: #727272. Windows color (decimal): -4956630 or 2776756. OLE color: 2776756.

HSL color Cylindrical-coordinate representation of color #B45E2A: hue angle of 22.61º 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 #B45E2A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 94 42 -
CMYK 0 0.48 0.77 0.29
HSL 22.61º 0.62% 0.44% -
HSV(B) 22.61º 0.77% 0.71% -
XYZ 23.24 17.88 4.42 -
YUV 113.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 180 94 42 0 0.48 0.77 0.29 22.61 0.62 0.44
Hex B4 5E 2A 0 30 4D 1D 17 3E 2C
Octal 264 136 52 0 60 115 35 27 76 54
Binary 10110100 1011110 101010 0 110000 1001101 11101 10111 111110 101100

Color Harmonies of #B45E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E2A

Black with #B45E2A

Text Example


Text Example

White with #B45E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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