Html Css Color HEX #B16414 Golden Brown

📋 copy color: '#B16414'

red 177 ◦ green 100 ◦ blue 20

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

Shades of Golden Brown #B16414

Tints of Golden Brown #B16414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 59.6%
G = 33.67%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16414 (or 0xB16414) is known color: Golden Brown. HEX triplet: B1, 64 and 14. RGB value is (177,100,20). Sum of RGB (Red+Green+Blue) = 177+100+20=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16414 is #4E9BEB. Grayscale: #727272. Windows color (decimal): -5151724 or 1336497. OLE color: 1336497.

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

Color convert

RGB 177 100 20 -
CMYK 0 0.44 0.89 0.31
HSL 30.57º 0.8% 0.39% -
HSV(B) 30.57º 0.89% 0.69% -
XYZ 22.81 18.51 3.03 -
YUV 113.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 177 100 20 0 0.44 0.89 0.31 30.57 0.8 0.39
Hex B1 64 14 0 2C 59 1F 1F 50 27
Octal 261 144 24 0 54 131 37 37 120 47
Binary 10110001 1100100 10100 0 101100 1011001 11111 11111 1010000 100111

Color Harmonies of #B16414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16414

Black with #B16414

Text Example


Text Example

White with #B16414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16414; }

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

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

background-color css

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

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

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

border-color css

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

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

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