Html Css Color HEX #B16114 Golden Brown

📋 copy color: '#B16114'

red 177 ◦ green 97 ◦ blue 20

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

Shades of Golden Brown #B16114

Tints of Golden Brown #B16114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 60.2%
G = 32.99%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16114 (or 0xB16114) is known color: Golden Brown. HEX triplet: B1, 61 and 14. RGB value is (177,97,20). Sum of RGB (Red+Green+Blue) = 177+97+20=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B16114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16114 is #4E9EEB. Grayscale: #707070. Windows color (decimal): -5152492 or 1335729. OLE color: 1335729.

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

Color convert

RGB 177 97 20 -
CMYK 0 0.45 0.89 0.31
HSL 29.43º 0.8% 0.39% -
HSV(B) 29.43º 0.89% 0.69% -
XYZ 22.53 17.95 2.94 -
YUV 112.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 177 97 20 0 0.45 0.89 0.31 29.43 0.8 0.39
Hex B1 61 14 0 2D 59 1F 1D 50 27
Octal 261 141 24 0 55 131 37 35 120 47
Binary 10110001 1100001 10100 0 101101 1011001 11111 11101 1010000 100111

Color Harmonies of #B16114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16114

Black with #B16114

Text Example


Text Example

White with #B16114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16114; }

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

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

background-color css

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

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

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

border-color css

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

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

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