Html Css Color HEX #B45C28 Fiery Orange

📋 copy color: '#B45C28'

red 180 ◦ green 92 ◦ blue 40

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

Shades of Fiery Orange #B45C28

Tints of Fiery Orange #B45C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 57.69%
G = 29.49%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B45C28 (or 0xB45C28) is known color: Fiery Orange. HEX triplet: B4, 5C and 28. RGB value is (180,92,40). Sum of RGB (Red+Green+Blue) = 180+92+40=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C28 is #4BA3D7. Grayscale: #707070. Windows color (decimal): -4957144 or 2645172. OLE color: 2645172.

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

Color convert

RGB 180 92 40 -
CMYK 0 0.49 0.78 0.29
HSL 22.29º 0.64% 0.43% -
HSV(B) 22.29º 0.78% 0.71% -
XYZ 23.03 17.51 4.17 -
YUV 112.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 180 92 40 0 0.49 0.78 0.29 22.29 0.64 0.43
Hex B4 5C 28 0 31 4E 1D 16 40 2B
Octal 264 134 50 0 61 116 35 26 100 53
Binary 10110100 1011100 101000 0 110001 1001110 11101 10110 1000000 101011

Color Harmonies of #B45C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C28

Black with #B45C28

Text Example


Text Example

White with #B45C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C28; }

 p { color: rgb(180,92,40); }

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

background-color css

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

 a { background-color: rgb(180,92,40); }

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

border-color css

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

 span { border-color: rgb(180,92,40); }

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