Html Css Color HEX #B16214 Golden Brown

📋 copy color: '#B16214'

red 177 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #B16214

Tints of Golden Brown #B16214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

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

R = 60%
G = 33.22%
B = 6.78%

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

#B16214 (or 0xB16214) is known color: Golden Brown. HEX triplet: B1, 62 and 14. RGB value is (177,98,20). Sum of RGB (Red+Green+Blue) = 177+98+20=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16214 is #4E9DEB. Grayscale: #717171. Windows color (decimal): -5152236 or 1335985. OLE color: 1335985.

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

Color convert

RGB 177 98 20 -
CMYK 0 0.45 0.89 0.31
HSL 29.81º 0.8% 0.39% -
HSV(B) 29.81º 0.89% 0.69% -
XYZ 22.63 18.13 2.97 -
YUV 112.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 177 98 20 0 0.45 0.89 0.31 29.81 0.8 0.39
Hex B1 62 14 0 2D 59 1F 1E 50 27
Octal 261 142 24 0 55 131 37 36 120 47
Binary 10110001 1100010 10100 0 101101 1011001 11111 11110 1010000 100111

Color Harmonies of #B16214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16214

Black with #B16214

Text Example


Text Example

White with #B16214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16214; }

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

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

background-color css

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

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

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

border-color css

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

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

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