Html Css Color HEX #B15727 Fiery Orange

📋 copy color: '#B15727'

red 177 ◦ green 87 ◦ blue 39

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

Shades of Fiery Orange #B15727

Tints of Fiery Orange #B15727

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 58.42%
G = 28.71%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B15727 (or 0xB15727) is known color: Fiery Orange. HEX triplet: B1, 57 and 27. RGB value is (177,87,39). Sum of RGB (Red+Green+Blue) = 177+87+39=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B15727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15727 is #4EA8D8. Grayscale: #6C6C6C. Windows color (decimal): -5155033 or 2578353. OLE color: 2578353.

HSL color Cylindrical-coordinate representation of color #B15727: hue angle of 20.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15727 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 87 39 -
CMYK 0 0.51 0.78 0.31
HSL 20.87º 0.64% 0.42% -
HSV(B) 20.87º 0.78% 0.69% -
XYZ 21.91 16.31 3.91 -
YUV 108.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 177 87 39 0 0.51 0.78 0.31 20.87 0.64 0.42
Hex B1 57 27 0 33 4E 1F 15 40 2A
Octal 261 127 47 0 63 116 37 25 100 52
Binary 10110001 1010111 100111 0 110011 1001110 11111 10101 1000000 101010

Color Harmonies of #B15727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15727

Black with #B15727

Text Example


Text Example

White with #B15727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15727; }

 p { color: rgb(177,87,39); }

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

background-color css

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

 a { background-color: rgb(177,87,39); }

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

border-color css

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

 span { border-color: rgb(177,87,39); }

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