Html Css Color HEX #B15A1B Fiery Orange

📋 copy color: '#B15A1B'

red 177 ◦ green 90 ◦ blue 27

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

Shades of Fiery Orange #B15A1B

Tints of Fiery Orange #B15A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 60.2%
G = 30.61%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B15A1B (or 0xB15A1B) is known color: Fiery Orange. HEX triplet: B1, 5A and 1B. RGB value is (177,90,27). Sum of RGB (Red+Green+Blue) = 177+90+27=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A1B is #4EA5E4. Grayscale: #6D6D6D. Windows color (decimal): -5154277 or 1792689. OLE color: 1792689.

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

Color convert

RGB 177 90 27 -
CMYK 0 0.49 0.85 0.31
HSL 25.2º 0.74% 0.4% -
HSV(B) 25.2º 0.85% 0.69% -
XYZ 21.99 16.74 3.11 -
YUV 108.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 177 90 27 0 0.49 0.85 0.31 25.2 0.74 0.4
Hex B1 5A 1B 0 31 55 1F 19 4A 28
Octal 261 132 33 0 61 125 37 31 112 50
Binary 10110001 1011010 11011 0 110001 1010101 11111 11001 1001010 101000

Color Harmonies of #B15A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A1B

Black with #B15A1B

Text Example


Text Example

White with #B15A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A1B; }

 p { color: rgb(177,90,27); }

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

background-color css

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

 a { background-color: rgb(177,90,27); }

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

border-color css

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

 span { border-color: rgb(177,90,27); }

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