Html Css Color HEX #B16800 Golden Brown

📋 copy color: '#B16800'

red 177 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #B16800

Tints of Golden Brown #B16800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.99%
G = 37.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B16800 (or 0xB16800) is known color: Golden Brown. HEX triplet: B1, 68 and 00. RGB value is (177,104,0). Sum of RGB (Red+Green+Blue) = 177+104+0=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16800 is #4E97FF. Grayscale: #727272. Windows color (decimal): -5150720 or 26801. OLE color: 26801.

HSL color Cylindrical-coordinate representation of color #B16800: hue angle of 35.25º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B16800 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 104 0 -
CMYK 0 0.41 1 0.31
HSL 35.25º 1% 0.35% -
HSV(B) 35.25º 1% 0.69% -
XYZ 23.08 19.25 2.5 -
YUV 113.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 177 104 0 0 0.41 1 0.31 35.25 1 0.35
Hex B1 68 0 0 29 64 1F 23 64 23
Octal 261 150 0 0 51 144 37 43 144 43
Binary 10110001 1101000 0 0 101001 1100100 11111 100011 1100100 100011

Color Harmonies of #B16800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16800

Black with #B16800

Text Example


Text Example

White with #B16800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16800; }

 p { color: rgb(177,104,0); }

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

background-color css

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

 a { background-color: rgb(177,104,0); }

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

border-color css

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

 span { border-color: rgb(177,104,0); }

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