Html Css Color HEX #B15C1A Fiery Orange

📋 copy color: '#B15C1A'

red 177 ◦ green 92 ◦ blue 26

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

Shades of Fiery Orange #B15C1A

Tints of Fiery Orange #B15C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 60%
G = 31.19%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B15C1A (or 0xB15C1A) is known color: Fiery Orange. HEX triplet: B1, 5C and 1A. RGB value is (177,92,26). Sum of RGB (Red+Green+Blue) = 177+92+26=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C1A is #4EA3E5. Grayscale: #6E6E6E. Windows color (decimal): -5153766 or 1727665. OLE color: 1727665.

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

Color convert

RGB 177 92 26 -
CMYK 0 0.48 0.85 0.31
HSL 26.23º 0.74% 0.4% -
HSV(B) 26.23º 0.85% 0.69% -
XYZ 22.15 17.08 3.11 -
YUV 109.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 177 92 26 0 0.48 0.85 0.31 26.23 0.74 0.4
Hex B1 5C 1A 0 30 55 1F 1A 4A 28
Octal 261 134 32 0 60 125 37 32 112 50
Binary 10110001 1011100 11010 0 110000 1010101 11111 11010 1001010 101000

Color Harmonies of #B15C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C1A

Black with #B15C1A

Text Example


Text Example

White with #B15C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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