Html Css Color HEX #B16713 Golden Brown

📋 copy color: '#B16713'

red 177 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #B16713

Tints of Golden Brown #B16713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 59.2%
G = 34.45%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16713 (or 0xB16713) is known color: Golden Brown. HEX triplet: B1, 67 and 13. RGB value is (177,103,19). Sum of RGB (Red+Green+Blue) = 177+103+19=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B16713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16713 is #4E98EC. Grayscale: #737373. Windows color (decimal): -5150957 or 1271729. OLE color: 1271729.

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

Color convert

RGB 177 103 19 -
CMYK 0 0.42 0.89 0.31
HSL 31.9º 0.81% 0.38% -
HSV(B) 31.9º 0.89% 0.69% -
XYZ 23.1 19.09 3.08 -
YUV 115.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 177 103 19 0 0.42 0.89 0.31 31.9 0.81 0.38
Hex B1 67 13 0 2A 59 1F 20 51 26
Octal 261 147 23 0 52 131 37 40 121 46
Binary 10110001 1100111 10011 0 101010 1011001 11111 100000 1010001 100110

Color Harmonies of #B16713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16713

Black with #B16713

Text Example


Text Example

White with #B16713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16713; }

 p { color: rgb(177,103,19); }

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

background-color css

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

 a { background-color: rgb(177,103,19); }

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

border-color css

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

 span { border-color: rgb(177,103,19); }

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