Html Css Color HEX #B16400 Golden Brown

📋 copy color: '#B16400'

red 177 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #B16400

Tints of Golden Brown #B16400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 63.9%
G = 36.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B16400 (or 0xB16400) is known color: Golden Brown. HEX triplet: B1, 64 and 00. RGB value is (177,100,0). Sum of RGB (Red+Green+Blue) = 177+100+0=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B16400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16400 is #4E9BFF. Grayscale: #707070. Windows color (decimal): -5151744 or 25777. OLE color: 25777.

HSL color Cylindrical-coordinate representation of color #B16400: hue angle of 33.9º 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 #B16400 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 0 -
CMYK 0 0.44 1 0.31
HSL 33.9º 1% 0.35% -
HSV(B) 33.9º 1% 0.69% -
XYZ 22.69 18.46 2.37 -
YUV 111.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 177 100 0 0 0.44 1 0.31 33.9 1 0.35
Hex B1 64 0 0 2C 64 1F 22 64 23
Octal 261 144 0 0 54 144 37 42 144 43
Binary 10110001 1100100 0 0 101100 1100100 11111 100010 1100100 100011

Color Harmonies of #B16400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16400

Black with #B16400

Text Example


Text Example

White with #B16400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16400; }

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

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

background-color css

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

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

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

border-color css

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

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

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