Html Css Color HEX #B16015 Golden Brown

📋 copy color: '#B16015'

red 177 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #B16015

Tints of Golden Brown #B16015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 60.2%
G = 32.65%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B16015 (or 0xB16015) is known color: Golden Brown. HEX triplet: B1, 60 and 15. RGB value is (177,96,21). Sum of RGB (Red+Green+Blue) = 177+96+21=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B16015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16015 is #4E9FEA. Grayscale: #707070. Windows color (decimal): -5152747 or 1401009. OLE color: 1401009.

HSL color Cylindrical-coordinate representation of color #B16015: hue angle of 28.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B16015 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 21 -
CMYK 0 0.46 0.88 0.31
HSL 28.85º 0.79% 0.39% -
HSV(B) 28.85º 0.88% 0.69% -
XYZ 22.45 17.77 2.96 -
YUV 111.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 177 96 21 0 0.46 0.88 0.31 28.85 0.79 0.39
Hex B1 60 15 0 2E 58 1F 1D 4F 27
Octal 261 140 25 0 56 130 37 35 117 47
Binary 10110001 1100000 10101 0 101110 1011000 11111 11101 1001111 100111

Color Harmonies of #B16015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16015

Black with #B16015

Text Example


Text Example

White with #B16015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16015; }

 p { color: rgb(177,96,21); }

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

background-color css

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

 a { background-color: rgb(177,96,21); }

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

border-color css

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

 span { border-color: rgb(177,96,21); }

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