Html Css Color HEX #B15624 Fiery Orange

📋 copy color: '#B15624'

red 177 ◦ green 86 ◦ blue 36

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

Shades of Fiery Orange #B15624

Tints of Fiery Orange #B15624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

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

R = 59.2%
G = 28.76%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B15624 (or 0xB15624) is known color: Fiery Orange. HEX triplet: B1, 56 and 24. RGB value is (177,86,36). Sum of RGB (Red+Green+Blue) = 177+86+36=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B15624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15624 is #4EA9DB. Grayscale: #6B6B6B. Windows color (decimal): -5155292 or 2381489. OLE color: 2381489.

HSL color Cylindrical-coordinate representation of color #B15624: hue angle of 21.28º 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 #B15624 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 36 -
CMYK 0 0.51 0.80 0.31
HSL 21.28º 0.66% 0.42% -
HSV(B) 21.28º 0.8% 0.69% -
XYZ 21.78 16.13 3.63 -
YUV 107.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 177 86 36 0 0.51 0.80 0.31 21.28 0.66 0.42
Hex B1 56 24 0 33 50 1F 15 42 2A
Octal 261 126 44 0 63 120 37 25 102 52
Binary 10110001 1010110 100100 0 110011 1010000 11111 10101 1000010 101010

Color Harmonies of #B15624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15624

Black with #B15624

Text Example


Text Example

White with #B15624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15624; }

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

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

background-color css

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

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

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

border-color css

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

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

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