Html Css Color HEX #B16708 Golden Brown

📋 copy color: '#B16708'

red 177 ◦ green 103 ◦ blue 8

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

Shades of Golden Brown #B16708

Tints of Golden Brown #B16708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 61.46%
G = 35.76%
B = 2.78%

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

#B16708 (or 0xB16708) is known color: Golden Brown. HEX triplet: B1, 67 and 08. RGB value is (177,103,8). Sum of RGB (Red+Green+Blue) = 177+103+8=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B16708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16708 is #4E98F7. Grayscale: #727272. Windows color (decimal): -5150968 or 550833. OLE color: 550833.

HSL color Cylindrical-coordinate representation of color #B16708: hue angle of 33.73º degrees, saturation: 0.91, 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 #B16708 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 8 -
CMYK 0 0.42 0.95 0.31
HSL 33.73º 0.91% 0.36% -
HSV(B) 33.73º 0.95% 0.69% -
XYZ 23.03 19.07 2.7 -
YUV 114.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 177 103 8 0 0.42 0.95 0.31 33.73 0.91 0.36
Hex B1 67 8 0 2A 5F 1F 22 5B 24
Octal 261 147 10 0 52 137 37 42 133 44
Binary 10110001 1100111 1000 0 101010 1011111 11111 100010 1011011 100100

Color Harmonies of #B16708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16708

Black with #B16708

Text Example


Text Example

White with #B16708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16708; }

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

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

background-color css

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

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

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

border-color css

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

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

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