Html Css Color HEX #B15A1D Fiery Orange

📋 copy color: '#B15A1D'

red 177 ◦ green 90 ◦ blue 29

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

Shades of Fiery Orange #B15A1D

Tints of Fiery Orange #B15A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 59.8%
G = 30.41%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B15A1D (or 0xB15A1D) is known color: Fiery Orange. HEX triplet: B1, 5A and 1D. RGB value is (177,90,29). Sum of RGB (Red+Green+Blue) = 177+90+29=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A1D is #4EA5E2. Grayscale: #6D6D6D. Windows color (decimal): -5154275 or 1923761. OLE color: 1923761.

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

Color convert

RGB 177 90 29 -
CMYK 0 0.49 0.84 0.31
HSL 24.73º 0.72% 0.4% -
HSV(B) 24.73º 0.84% 0.69% -
XYZ 22.01 16.75 3.24 -
YUV 109.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 177 90 29 0 0.49 0.84 0.31 24.73 0.72 0.4
Hex B1 5A 1D 0 31 54 1F 19 48 28
Octal 261 132 35 0 61 124 37 31 110 50
Binary 10110001 1011010 11101 0 110001 1010100 11111 11001 1001000 101000

Color Harmonies of #B15A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A1D

Black with #B15A1D

Text Example


Text Example

White with #B15A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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