Html Css Color HEX #B16709 Golden Brown

📋 copy color: '#B16709'

red 177 ◦ green 103 ◦ blue 9

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

Shades of Golden Brown #B16709

Tints of Golden Brown #B16709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 61.25%
G = 35.64%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B16709 (or 0xB16709) is known color: Golden Brown. HEX triplet: B1, 67 and 09. RGB value is (177,103,9). Sum of RGB (Red+Green+Blue) = 177+103+9=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B16709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16709 is #4E98F6. Grayscale: #727272. Windows color (decimal): -5150967 or 616369. OLE color: 616369.

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

Color convert

RGB 177 103 9 -
CMYK 0 0.42 0.95 0.31
HSL 33.57º 0.9% 0.36% -
HSV(B) 33.57º 0.95% 0.69% -
XYZ 23.03 19.07 2.72 -
YUV 114.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 177 103 9 0 0.42 0.95 0.31 33.57 0.9 0.36
Hex B1 67 9 0 2A 5F 1F 22 5A 24
Octal 261 147 11 0 52 137 37 42 132 44
Binary 10110001 1100111 1001 0 101010 1011111 11111 100010 1011010 100100

Color Harmonies of #B16709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16709

Black with #B16709

Text Example


Text Example

White with #B16709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16709; }

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

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

background-color css

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

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

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

border-color css

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

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

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