Html Css Color HEX #B15520 Fiery Orange

📋 copy color: '#B15520'

red 177 ◦ green 85 ◦ blue 32

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

Shades of Fiery Orange #B15520

Tints of Fiery Orange #B15520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 60.2%
G = 28.91%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B15520 (or 0xB15520) is known color: Fiery Orange. HEX triplet: B1, 55 and 20. RGB value is (177,85,32). Sum of RGB (Red+Green+Blue) = 177+85+32=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B15520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15520 is #4EAADF. Grayscale: #6A6A6A. Windows color (decimal): -5155552 or 2119089. OLE color: 2119089.

HSL color Cylindrical-coordinate representation of color #B15520: hue angle of 21.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B15520 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 32 -
CMYK 0 0.52 0.82 0.31
HSL 21.93º 0.69% 0.41% -
HSV(B) 21.93º 0.82% 0.69% -
XYZ 21.64 15.95 3.3 -
YUV 106.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 177 85 32 0 0.52 0.82 0.31 21.93 0.69 0.41
Hex B1 55 20 0 34 52 1F 16 45 29
Octal 261 125 40 0 64 122 37 26 105 51
Binary 10110001 1010101 100000 0 110100 1010010 11111 10110 1000101 101001

Color Harmonies of #B15520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15520

Black with #B15520

Text Example


Text Example

White with #B15520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15520; }

 p { color: rgb(177,85,32); }

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

background-color css

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

 a { background-color: rgb(177,85,32); }

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

border-color css

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

 span { border-color: rgb(177,85,32); }

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