Html Css Color HEX #B16610 Golden Brown

📋 copy color: '#B16610'

red 177 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #B16610

Tints of Golden Brown #B16610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 60%
G = 34.58%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B16610 (or 0xB16610) is known color: Golden Brown. HEX triplet: B1, 66 and 10. RGB value is (177,102,16). Sum of RGB (Red+Green+Blue) = 177+102+16=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16610 is #4E99EF. Grayscale: #737373. Windows color (decimal): -5151216 or 1074865. OLE color: 1074865.

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

Color convert

RGB 177 102 16 -
CMYK 0 0.42 0.91 0.31
HSL 32.05º 0.83% 0.38% -
HSV(B) 32.05º 0.91% 0.69% -
XYZ 22.98 18.89 2.92 -
YUV 114.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 177 102 16 0 0.42 0.91 0.31 32.05 0.83 0.38
Hex B1 66 10 0 2A 5B 1F 20 53 26
Octal 261 146 20 0 52 133 37 40 123 46
Binary 10110001 1100110 10000 0 101010 1011011 11111 100000 1010011 100110

Color Harmonies of #B16610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16610

Black with #B16610

Text Example


Text Example

White with #B16610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16610; }

 p { color: rgb(177,102,16); }

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

background-color css

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

 a { background-color: rgb(177,102,16); }

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

border-color css

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

 span { border-color: rgb(177,102,16); }

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