Html Css Color HEX #B15D24 Fiery Orange

📋 copy color: '#B15D24'

red 177 ◦ green 93 ◦ blue 36

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

Shades of Fiery Orange #B15D24

Tints of Fiery Orange #B15D24

RGB

 RED value IS 177 (69.53% from 255) = 57.84%

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

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 57.84%
G = 30.39%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B15D24 (or 0xB15D24) is known color: Fiery Orange. HEX triplet: B1, 5D and 24. RGB value is (177,93,36). Sum of RGB (Red+Green+Blue) = 177+93+36=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D24 is #4EA2DB. Grayscale: #6F6F6F. Windows color (decimal): -5153500 or 2383281. OLE color: 2383281.

HSL color Cylindrical-coordinate representation of color #B15D24: hue angle of 24.26º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15D24 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 36 -
CMYK 0 0.47 0.80 0.31
HSL 24.26º 0.66% 0.42% -
HSV(B) 24.26º 0.8% 0.69% -
XYZ 22.36 17.3 3.83 -
YUV 111.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 177 93 36 0 0.47 0.80 0.31 24.26 0.66 0.42
Hex B1 5D 24 0 2F 50 1F 18 42 2A
Octal 261 135 44 0 57 120 37 30 102 52
Binary 10110001 1011101 100100 0 101111 1010000 11111 11000 1000010 101010

Color Harmonies of #B15D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D24

Black with #B15D24

Text Example


Text Example

White with #B15D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D24; }

 p { color: rgb(177,93,36); }

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

background-color css

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

 a { background-color: rgb(177,93,36); }

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

border-color css

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

 span { border-color: rgb(177,93,36); }

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