Html Css Color HEX #B16712 Golden Brown

📋 copy color: '#B16712'

red 177 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #B16712

Tints of Golden Brown #B16712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 59.4%
G = 34.56%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B16712 (or 0xB16712) is known color: Golden Brown. HEX triplet: B1, 67 and 12. RGB value is (177,103,18). Sum of RGB (Red+Green+Blue) = 177+103+18=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B16712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16712 is #4E98ED. Grayscale: #737373. Windows color (decimal): -5150958 or 1206193. OLE color: 1206193.

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

Color convert

RGB 177 103 18 -
CMYK 0 0.42 0.90 0.31
HSL 32.08º 0.82% 0.38% -
HSV(B) 32.08º 0.9% 0.69% -
XYZ 23.09 19.09 3.04 -
YUV 115.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 177 103 18 0 0.42 0.90 0.31 32.08 0.82 0.38
Hex B1 67 12 0 2A 5A 1F 20 52 26
Octal 261 147 22 0 52 132 37 40 122 46
Binary 10110001 1100111 10010 0 101010 1011010 11111 100000 1010010 100110

Color Harmonies of #B16712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16712

Black with #B16712

Text Example


Text Example

White with #B16712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16712; }

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

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

background-color css

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

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

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

border-color css

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

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

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