Html Css Color HEX #B45D25 Fiery Orange

📋 copy color: '#B45D25'

red 180 ◦ green 93 ◦ blue 37

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

Shades of Fiery Orange #B45D25

Tints of Fiery Orange #B45D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 58.06%
G = 30%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B45D25 (or 0xB45D25) is known color: Fiery Orange. HEX triplet: B4, 5D and 25. RGB value is (180,93,37). Sum of RGB (Red+Green+Blue) = 180+93+37=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D25 is #4BA2DA. Grayscale: #707070. Windows color (decimal): -4956891 or 2448820. OLE color: 2448820.

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

Color convert

RGB 180 93 37 -
CMYK 0 0.48 0.79 0.29
HSL 23.5º 0.66% 0.43% -
HSV(B) 23.5º 0.79% 0.71% -
XYZ 23.07 17.67 3.94 -
YUV 112.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 180 93 37 0 0.48 0.79 0.29 23.5 0.66 0.43
Hex B4 5D 25 0 30 4F 1D 17 42 2B
Octal 264 135 45 0 60 117 35 27 102 53
Binary 10110100 1011101 100101 0 110000 1001111 11101 10111 1000010 101011

Color Harmonies of #B45D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D25

Black with #B45D25

Text Example


Text Example

White with #B45D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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