Html Css Color HEX #B15629 Fiery Orange

📋 copy color: '#B15629'

red 177 ◦ green 86 ◦ blue 41

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

Shades of Fiery Orange #B15629

Tints of Fiery Orange #B15629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

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

R = 58.22%
G = 28.29%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B15629 (or 0xB15629) is known color: Fiery Orange. HEX triplet: B1, 56 and 29. RGB value is (177,86,41). Sum of RGB (Red+Green+Blue) = 177+86+41=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B15629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15629 is #4EA9D6. Grayscale: #6C6C6C. Windows color (decimal): -5155287 or 2709169. OLE color: 2709169.

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

Color convert

RGB 177 86 41 -
CMYK 0 0.51 0.77 0.31
HSL 19.85º 0.62% 0.43% -
HSV(B) 19.85º 0.77% 0.69% -
XYZ 21.86 16.16 4.07 -
YUV 108.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 177 86 41 0 0.51 0.77 0.31 19.85 0.62 0.43
Hex B1 56 29 0 33 4D 1F 14 3E 2B
Octal 261 126 51 0 63 115 37 24 76 53
Binary 10110001 1010110 101001 0 110011 1001101 11111 10100 111110 101011

Color Harmonies of #B15629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15629

Black with #B15629

Text Example


Text Example

White with #B15629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15629; }

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

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

background-color css

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

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

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

border-color css

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

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

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