Html Css Color HEX #B15F2D Fiery Orange

📋 copy color: '#B15F2D'

red 177 ◦ green 95 ◦ blue 45

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

Shades of Fiery Orange #B15F2D

Tints of Fiery Orange #B15F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

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

R = 55.84%
G = 29.97%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B15F2D (or 0xB15F2D) is known color: Fiery Orange. HEX triplet: B1, 5F and 2D. RGB value is (177,95,45). Sum of RGB (Red+Green+Blue) = 177+95+45=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F2D is #4EA0D2. Grayscale: #727272. Windows color (decimal): -5152979 or 2973617. OLE color: 2973617.

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

Color convert

RGB 177 95 45 -
CMYK 0 0.46 0.75 0.31
HSL 22.73º 0.59% 0.44% -
HSV(B) 22.73º 0.75% 0.69% -
XYZ 22.7 17.72 4.71 -
YUV 113.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 177 95 45 0 0.46 0.75 0.31 22.73 0.59 0.44
Hex B1 5F 2D 0 2E 4B 1F 17 3B 2C
Octal 261 137 55 0 56 113 37 27 73 54
Binary 10110001 1011111 101101 0 101110 1001011 11111 10111 111011 101100

Color Harmonies of #B15F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F2D

Black with #B15F2D

Text Example


Text Example

White with #B15F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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