Html Css Color HEX #B16511 Golden Brown

📋 copy color: '#B16511'

red 177 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #B16511

Tints of Golden Brown #B16511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 60%
G = 34.24%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B16511 (or 0xB16511) is known color: Golden Brown. HEX triplet: B1, 65 and 11. RGB value is (177,101,17). Sum of RGB (Red+Green+Blue) = 177+101+17=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16511 is #4E9AEE. Grayscale: #727272. Windows color (decimal): -5151471 or 1140145. OLE color: 1140145.

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

Color convert

RGB 177 101 17 -
CMYK 0 0.43 0.90 0.31
HSL 31.5º 0.82% 0.38% -
HSV(B) 31.5º 0.9% 0.69% -
XYZ 22.89 18.69 2.93 -
YUV 114.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 177 101 17 0 0.43 0.90 0.31 31.5 0.82 0.38
Hex B1 65 11 0 2B 5A 1F 1F 52 26
Octal 261 145 21 0 53 132 37 37 122 46
Binary 10110001 1100101 10001 0 101011 1011010 11111 11111 1010010 100110

Color Harmonies of #B16511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16511

Black with #B16511

Text Example


Text Example

White with #B16511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16511; }

 p { color: rgb(177,101,17); }

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

background-color css

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

 a { background-color: rgb(177,101,17); }

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

border-color css

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

 span { border-color: rgb(177,101,17); }

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