Html Css Color HEX #B45C25 Fiery Orange

📋 copy color: '#B45C25'

red 180 ◦ green 92 ◦ blue 37

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

Shades of Fiery Orange #B45C25

Tints of Fiery Orange #B45C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 58.25%
G = 29.77%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B45C25 (or 0xB45C25) is known color: Fiery Orange. HEX triplet: B4, 5C and 25. RGB value is (180,92,37). Sum of RGB (Red+Green+Blue) = 180+92+37=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C25 is #4BA3DA. Grayscale: #707070. Windows color (decimal): -4957147 or 2448564. OLE color: 2448564.

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

Color convert

RGB 180 92 37 -
CMYK 0 0.49 0.79 0.29
HSL 23.08º 0.66% 0.43% -
HSV(B) 23.08º 0.79% 0.71% -
XYZ 22.98 17.49 3.92 -
YUV 112.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 180 92 37 0 0.49 0.79 0.29 23.08 0.66 0.43
Hex B4 5C 25 0 31 4F 1D 17 42 2B
Octal 264 134 45 0 61 117 35 27 102 53
Binary 10110100 1011100 100101 0 110001 1001111 11101 10111 1000010 101011

Color Harmonies of #B45C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C25

Black with #B45C25

Text Example


Text Example

White with #B45C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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