Html Css Color HEX #B15B2C Fiery Orange

📋 copy color: '#B15B2C'

red 177 ◦ green 91 ◦ blue 44

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

Shades of Fiery Orange #B15B2C

Tints of Fiery Orange #B15B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 56.73%
G = 29.17%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B15B2C (or 0xB15B2C) is known color: Fiery Orange. HEX triplet: B1, 5B and 2C. RGB value is (177,91,44). Sum of RGB (Red+Green+Blue) = 177+91+44=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B2C is #4EA4D3. Grayscale: #6F6F6F. Windows color (decimal): -5154004 or 2907057. OLE color: 2907057.

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

Color convert

RGB 177 91 44 -
CMYK 0 0.49 0.75 0.31
HSL 21.2º 0.6% 0.43% -
HSV(B) 21.2º 0.75% 0.69% -
XYZ 22.33 17.01 4.49 -
YUV 111.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 177 91 44 0 0.49 0.75 0.31 21.2 0.6 0.43
Hex B1 5B 2C 0 31 4B 1F 15 3C 2B
Octal 261 133 54 0 61 113 37 25 74 53
Binary 10110001 1011011 101100 0 110001 1001011 11111 10101 111100 101011

Color Harmonies of #B15B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B2C

Black with #B15B2C

Text Example


Text Example

White with #B15B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B2C; }

 p { color: rgb(177,91,44); }

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

background-color css

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

 a { background-color: rgb(177,91,44); }

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

border-color css

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

 span { border-color: rgb(177,91,44); }

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