Html Css Color HEX #B15D2C Fiery Orange

📋 copy color: '#B15D2C'

red 177 ◦ green 93 ◦ blue 44

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

Shades of Fiery Orange #B15D2C

Tints of Fiery Orange #B15D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

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

R = 56.37%
G = 29.62%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B15D2C (or 0xB15D2C) is known color: Fiery Orange. HEX triplet: B1, 5D and 2C. RGB value is (177,93,44). Sum of RGB (Red+Green+Blue) = 177+93+44=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D2C is #4EA2D3. Grayscale: #707070. Windows color (decimal): -5153492 or 2907569. OLE color: 2907569.

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

Color convert

RGB 177 93 44 -
CMYK 0 0.47 0.75 0.31
HSL 22.11º 0.6% 0.43% -
HSV(B) 22.11º 0.75% 0.69% -
XYZ 22.5 17.36 4.55 -
YUV 112.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 177 93 44 0 0.47 0.75 0.31 22.11 0.6 0.43
Hex B1 5D 2C 0 2F 4B 1F 16 3C 2B
Octal 261 135 54 0 57 113 37 26 74 53
Binary 10110001 1011101 101100 0 101111 1001011 11111 10110 111100 101011

Color Harmonies of #B15D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D2C

Black with #B15D2C

Text Example


Text Example

White with #B15D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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