Html Css Color HEX #B15A1E Fiery Orange

📋 copy color: '#B15A1E'

red 177 ◦ green 90 ◦ blue 30

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

Shades of Fiery Orange #B15A1E

Tints of Fiery Orange #B15A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 59.6%
G = 30.3%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B15A1E (or 0xB15A1E) is known color: Fiery Orange. HEX triplet: B1, 5A and 1E. RGB value is (177,90,30). Sum of RGB (Red+Green+Blue) = 177+90+30=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A1E is #4EA5E1. Grayscale: #6D6D6D. Windows color (decimal): -5154274 or 1989297. OLE color: 1989297.

HSL color Cylindrical-coordinate representation of color #B15A1E: hue angle of 24.49º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B15A1E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 30 -
CMYK 0 0.49 0.83 0.31
HSL 24.49º 0.71% 0.41% -
HSV(B) 24.49º 0.83% 0.69% -
XYZ 22.02 16.75 3.3 -
YUV 109.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 177 90 30 0 0.49 0.83 0.31 24.49 0.71 0.41
Hex B1 5A 1E 0 31 53 1F 18 47 29
Octal 261 132 36 0 61 123 37 30 107 51
Binary 10110001 1011010 11110 0 110001 1010011 11111 11000 1000111 101001

Color Harmonies of #B15A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A1E

Black with #B15A1E

Text Example


Text Example

White with #B15A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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