Html Css Color HEX #B15D1B Fiery Orange

📋 copy color: '#B15D1B'

red 177 ◦ green 93 ◦ blue 27

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

Shades of Fiery Orange #B15D1B

Tints of Fiery Orange #B15D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 59.6%
G = 31.31%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B15D1B (or 0xB15D1B) is known color: Fiery Orange. HEX triplet: B1, 5D and 1B. RGB value is (177,93,27). Sum of RGB (Red+Green+Blue) = 177+93+27=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D1B is #4EA2E4. Grayscale: #6E6E6E. Windows color (decimal): -5153509 or 1793457. OLE color: 1793457.

HSL color Cylindrical-coordinate representation of color #B15D1B: hue angle of 26.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B15D1B is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 27 -
CMYK 0 0.47 0.85 0.31
HSL 26.4º 0.74% 0.4% -
HSV(B) 26.4º 0.85% 0.69% -
XYZ 22.24 17.25 3.2 -
YUV 110.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 177 93 27 0 0.47 0.85 0.31 26.4 0.74 0.4
Hex B1 5D 1B 0 2F 55 1F 1A 4A 28
Octal 261 135 33 0 57 125 37 32 112 50
Binary 10110001 1011101 11011 0 101111 1010101 11111 11010 1001010 101000

Color Harmonies of #B15D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D1B

Black with #B15D1B

Text Example


Text Example

White with #B15D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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