Html Css Color HEX #B45F32 Fiery Orange

📋 copy color: '#B45F32'

red 180 ◦ green 95 ◦ blue 50

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

Shades of Fiery Orange #B45F32

Tints of Fiery Orange #B45F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 55.38%
G = 29.23%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B45F32 (or 0xB45F32) is known color: Fiery Orange. HEX triplet: B4, 5F and 32. RGB value is (180,95,50). Sum of RGB (Red+Green+Blue) = 180+95+50=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F32 is #4BA0CD. Grayscale: #737373. Windows color (decimal): -4956366 or 3301300. OLE color: 3301300.

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

Color convert

RGB 180 95 50 -
CMYK 0 0.47 0.72 0.29
HSL 20.77º 0.57% 0.45% -
HSV(B) 20.77º 0.72% 0.71% -
XYZ 23.49 18.12 5.28 -
YUV 115.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 180 95 50 0 0.47 0.72 0.29 20.77 0.57 0.45
Hex B4 5F 32 0 2F 48 1D 15 39 2D
Octal 264 137 62 0 57 110 35 25 71 55
Binary 10110100 1011111 110010 0 101111 1001000 11101 10101 111001 101101

Color Harmonies of #B45F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F32

Black with #B45F32

Text Example


Text Example

White with #B45F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F32; }

 p { color: rgb(180,95,50); }

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

background-color css

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

 a { background-color: rgb(180,95,50); }

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

border-color css

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

 span { border-color: rgb(180,95,50); }

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