Html Css Color HEX #B15A29 Fiery Orange

📋 copy color: '#B15A29'

red 177 ◦ green 90 ◦ blue 41

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

Shades of Fiery Orange #B15A29

Tints of Fiery Orange #B15A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 57.47%
G = 29.22%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B15A29 (or 0xB15A29) is known color: Fiery Orange. HEX triplet: B1, 5A and 29. RGB value is (177,90,41). Sum of RGB (Red+Green+Blue) = 177+90+41=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A29 is #4EA5D6. Grayscale: #6E6E6E. Windows color (decimal): -5154263 or 2710193. OLE color: 2710193.

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

Color convert

RGB 177 90 41 -
CMYK 0 0.49 0.77 0.31
HSL 21.62º 0.62% 0.43% -
HSV(B) 21.62º 0.77% 0.69% -
XYZ 22.19 16.82 4.17 -
YUV 110.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 177 90 41 0 0.49 0.77 0.31 21.62 0.62 0.43
Hex B1 5A 29 0 31 4D 1F 16 3E 2B
Octal 261 132 51 0 61 115 37 26 76 53
Binary 10110001 1011010 101001 0 110001 1001101 11111 10110 111110 101011

Color Harmonies of #B15A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A29

Black with #B15A29

Text Example


Text Example

White with #B15A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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