Html Css Color HEX #B45E2F Fiery Orange

📋 copy color: '#B45E2F'

red 180 ◦ green 94 ◦ blue 47

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

Shades of Fiery Orange #B45E2F

Tints of Fiery Orange #B45E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 56.07%
G = 29.28%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B45E2F (or 0xB45E2F) is known color: Fiery Orange. HEX triplet: B4, 5E and 2F. RGB value is (180,94,47). Sum of RGB (Red+Green+Blue) = 180+94+47=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E2F is #4BA1D0. Grayscale: #727272. Windows color (decimal): -4956625 or 3104436. OLE color: 3104436.

HSL color Cylindrical-coordinate representation of color #B45E2F: hue angle of 21.2º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B45E2F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 94 47 -
CMYK 0 0.48 0.74 0.29
HSL 21.2º 0.59% 0.45% -
HSV(B) 21.2º 0.74% 0.71% -
XYZ 23.34 17.91 4.92 -
YUV 114.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 180 94 47 0 0.48 0.74 0.29 21.2 0.59 0.45
Hex B4 5E 2F 0 30 4A 1D 15 3B 2D
Octal 264 136 57 0 60 112 35 25 73 55
Binary 10110100 1011110 101111 0 110000 1001010 11101 10101 111011 101101

Color Harmonies of #B45E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E2F

Black with #B45E2F

Text Example


Text Example

White with #B45E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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