Html Css Color HEX #B45B2E Fiery Orange

📋 copy color: '#B45B2E'

red 180 ◦ green 91 ◦ blue 46

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

Shades of Fiery Orange #B45B2E

Tints of Fiery Orange #B45B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 56.78%
G = 28.71%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B45B2E (or 0xB45B2E) is known color: Fiery Orange. HEX triplet: B4, 5B and 2E. RGB value is (180,91,46). Sum of RGB (Red+Green+Blue) = 180+91+46=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B2E is #4BA4D1. Grayscale: #707070. Windows color (decimal): -4957394 or 3038132. OLE color: 3038132.

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

Color convert

RGB 180 91 46 -
CMYK 0 0.49 0.74 0.29
HSL 20.15º 0.59% 0.44% -
HSV(B) 20.15º 0.74% 0.71% -
XYZ 23.06 17.38 4.72 -
YUV 112.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 180 91 46 0 0.49 0.74 0.29 20.15 0.59 0.44
Hex B4 5B 2E 0 31 4A 1D 14 3B 2C
Octal 264 133 56 0 61 112 35 24 73 54
Binary 10110100 1011011 101110 0 110001 1001010 11101 10100 111011 101100

Color Harmonies of #B45B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B2E

Black with #B45B2E

Text Example


Text Example

White with #B45B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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