Html Css Color HEX #B16814 Golden Brown

📋 copy color: '#B16814'

red 177 ◦ green 104 ◦ blue 20

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

Shades of Golden Brown #B16814

Tints of Golden Brown #B16814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 58.8%
G = 34.55%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16814 (or 0xB16814) is known color: Golden Brown. HEX triplet: B1, 68 and 14. RGB value is (177,104,20). Sum of RGB (Red+Green+Blue) = 177+104+20=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B16814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16814 is #4E97EB. Grayscale: #747474. Windows color (decimal): -5150700 or 1337521. OLE color: 1337521.

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

Color convert

RGB 177 104 20 -
CMYK 0 0.41 0.89 0.31
HSL 32.1º 0.8% 0.39% -
HSV(B) 32.1º 0.89% 0.69% -
XYZ 23.21 19.3 3.16 -
YUV 116.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 177 104 20 0 0.41 0.89 0.31 32.1 0.8 0.39
Hex B1 68 14 0 29 59 1F 20 50 27
Octal 261 150 24 0 51 131 37 40 120 47
Binary 10110001 1101000 10100 0 101001 1011001 11111 100000 1010000 100111

Color Harmonies of #B16814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16814

Black with #B16814

Text Example


Text Example

White with #B16814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16814; }

 p { color: rgb(177,104,20); }

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

background-color css

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

 a { background-color: rgb(177,104,20); }

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

border-color css

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

 span { border-color: rgb(177,104,20); }

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