Html Css Color HEX #B15B2D Fiery Orange

📋 copy color: '#B15B2D'

red 177 ◦ green 91 ◦ blue 45

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

Shades of Fiery Orange #B15B2D

Tints of Fiery Orange #B15B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 56.55%
G = 29.07%
B = 14.38%

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

#B15B2D (or 0xB15B2D) is known color: Fiery Orange. HEX triplet: B1, 5B and 2D. RGB value is (177,91,45). Sum of RGB (Red+Green+Blue) = 177+91+45=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B2D is #4EA4D2. Grayscale: #6F6F6F. Windows color (decimal): -5154003 or 2972593. OLE color: 2972593.

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

Color convert

RGB 177 91 45 -
CMYK 0 0.49 0.75 0.31
HSL 20.91º 0.59% 0.44% -
HSV(B) 20.91º 0.75% 0.69% -
XYZ 22.35 17.02 4.59 -
YUV 111.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 177 91 45 0 0.49 0.75 0.31 20.91 0.59 0.44
Hex B1 5B 2D 0 31 4B 1F 15 3B 2C
Octal 261 133 55 0 61 113 37 25 73 54
Binary 10110001 1011011 101101 0 110001 1001011 11111 10101 111011 101100

Color Harmonies of #B15B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B2D

Black with #B15B2D

Text Example


Text Example

White with #B15B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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