Html Css Color HEX #B45D23 Fiery Orange

📋 copy color: '#B45D23'

red 180 ◦ green 93 ◦ blue 35

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

Shades of Fiery Orange #B45D23

Tints of Fiery Orange #B45D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 58.44%
G = 30.19%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B45D23 (or 0xB45D23) is known color: Fiery Orange. HEX triplet: B4, 5D and 23. RGB value is (180,93,35). Sum of RGB (Red+Green+Blue) = 180+93+35=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D23 is #4BA2DC. Grayscale: #707070. Windows color (decimal): -4956893 or 2317748. OLE color: 2317748.

HSL color Cylindrical-coordinate representation of color #B45D23: hue angle of 24º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B45D23 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 35 -
CMYK 0 0.48 0.81 0.29
HSL 24º 0.67% 0.42% -
HSV(B) 24º 0.81% 0.71% -
XYZ 23.04 17.65 3.78 -
YUV 112.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 180 93 35 0 0.48 0.81 0.29 24 0.67 0.42
Hex B4 5D 23 0 30 51 1D 18 43 2A
Octal 264 135 43 0 60 121 35 30 103 52
Binary 10110100 1011101 100011 0 110000 1010001 11101 11000 1000011 101010

Color Harmonies of #B45D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D23

Black with #B45D23

Text Example


Text Example

White with #B45D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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