Html Css Color HEX #B16014 Golden Brown

📋 copy color: '#B16014'

red 177 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #B16014

Tints of Golden Brown #B16014

RGB

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

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

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

R = 60.41%
G = 32.76%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16014 (or 0xB16014) is known color: Golden Brown. HEX triplet: B1, 60 and 14. RGB value is (177,96,20). Sum of RGB (Red+Green+Blue) = 177+96+20=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B16014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16014 is #4E9FEB. Grayscale: #6F6F6F. Windows color (decimal): -5152748 or 1335473. OLE color: 1335473.

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

Color convert

RGB 177 96 20 -
CMYK 0 0.46 0.89 0.31
HSL 29.04º 0.8% 0.39% -
HSV(B) 29.04º 0.89% 0.69% -
XYZ 22.44 17.76 2.91 -
YUV 111.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 177 96 20 0 0.46 0.89 0.31 29.04 0.8 0.39
Hex B1 60 14 0 2E 59 1F 1D 50 27
Octal 261 140 24 0 56 131 37 35 120 47
Binary 10110001 1100000 10100 0 101110 1011001 11111 11101 1010000 100111

Color Harmonies of #B16014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16014

Black with #B16014

Text Example


Text Example

White with #B16014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16014; }

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

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

background-color css

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

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

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

border-color css

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

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

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