Html Css Color HEX #B15C2F Fiery Orange

📋 copy color: '#B15C2F'

red 177 ◦ green 92 ◦ blue 47

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

Shades of Fiery Orange #B15C2F

Tints of Fiery Orange #B15C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 56.01%
G = 29.11%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B15C2F (or 0xB15C2F) is known color: Fiery Orange. HEX triplet: B1, 5C and 2F. RGB value is (177,92,47). Sum of RGB (Red+Green+Blue) = 177+92+47=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C2F is #4EA3D0. Grayscale: #707070. Windows color (decimal): -5153745 or 3103921. OLE color: 3103921.

HSL color Cylindrical-coordinate representation of color #B15C2F: hue angle of 20.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B15C2F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 92 47 -
CMYK 0 0.48 0.73 0.31
HSL 20.77º 0.58% 0.44% -
HSV(B) 20.77º 0.73% 0.69% -
XYZ 22.47 17.21 4.83 -
YUV 112.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 177 92 47 0 0.48 0.73 0.31 20.77 0.58 0.44
Hex B1 5C 2F 0 30 49 1F 15 3A 2C
Octal 261 134 57 0 60 111 37 25 72 54
Binary 10110001 1011100 101111 0 110000 1001001 11111 10101 111010 101100

Color Harmonies of #B15C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C2F

Black with #B15C2F

Text Example


Text Example

White with #B15C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C2F; }

 p { color: rgb(177,92,47); }

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

background-color css

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

 a { background-color: rgb(177,92,47); }

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

border-color css

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

 span { border-color: rgb(177,92,47); }

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