Html Css Color HEX #B15C1C Fiery Orange

📋 copy color: '#B15C1C'

red 177 ◦ green 92 ◦ blue 28

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

Shades of Fiery Orange #B15C1C

Tints of Fiery Orange #B15C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 59.6%
G = 30.98%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B15C1C (or 0xB15C1C) is known color: Fiery Orange. HEX triplet: B1, 5C and 1C. RGB value is (177,92,28). Sum of RGB (Red+Green+Blue) = 177+92+28=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C1C is #4EA3E3. Grayscale: #6E6E6E. Windows color (decimal): -5153764 or 1858737. OLE color: 1858737.

HSL color Cylindrical-coordinate representation of color #B15C1C: hue angle of 25.77º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B15C1C is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 92 28 -
CMYK 0 0.48 0.84 0.31
HSL 25.77º 0.73% 0.4% -
HSV(B) 25.77º 0.84% 0.69% -
XYZ 22.17 17.09 3.23 -
YUV 110.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 177 92 28 0 0.48 0.84 0.31 25.77 0.73 0.4
Hex B1 5C 1C 0 30 54 1F 1A 49 28
Octal 261 134 34 0 60 124 37 32 111 50
Binary 10110001 1011100 11100 0 110000 1010100 11111 11010 1001001 101000

Color Harmonies of #B15C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C1C

Black with #B15C1C

Text Example


Text Example

White with #B15C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C1C; }

 p { color: rgb(177,92,28); }

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

background-color css

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

 a { background-color: rgb(177,92,28); }

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

border-color css

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

 span { border-color: rgb(177,92,28); }

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