Html Css Color HEX #B45728 Fiery Orange

📋 copy color: '#B45728'

red 180 ◦ green 87 ◦ blue 40

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

Shades of Fiery Orange #B45728

Tints of Fiery Orange #B45728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 58.63%
G = 28.34%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B45728 (or 0xB45728) is known color: Fiery Orange. HEX triplet: B4, 57 and 28. RGB value is (180,87,40). Sum of RGB (Red+Green+Blue) = 180+87+40=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B45728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45728 is #4BA8D7. Grayscale: #6D6D6D. Windows color (decimal): -4958424 or 2643892. OLE color: 2643892.

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

Color convert

RGB 180 87 40 -
CMYK 0 0.52 0.78 0.29
HSL 20.14º 0.64% 0.43% -
HSV(B) 20.14º 0.78% 0.71% -
XYZ 22.61 16.67 4.03 -
YUV 109.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 180 87 40 0 0.52 0.78 0.29 20.14 0.64 0.43
Hex B4 57 28 0 34 4E 1D 14 40 2B
Octal 264 127 50 0 64 116 35 24 100 53
Binary 10110100 1010111 101000 0 110100 1001110 11101 10100 1000000 101011

Color Harmonies of #B45728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45728

Black with #B45728

Text Example


Text Example

White with #B45728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45728; }

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

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

background-color css

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

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

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

border-color css

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

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

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