Html Css Color HEX #B16500 Golden Brown

📋 copy color: '#B16500'

red 177 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #B16500

Tints of Golden Brown #B16500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 63.67%
G = 36.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B16500 (or 0xB16500) is known color: Golden Brown. HEX triplet: B1, 65 and 00. RGB value is (177,101,0). Sum of RGB (Red+Green+Blue) = 177+101+0=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B16500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16500 is #4E9AFF. Grayscale: #707070. Windows color (decimal): -5151488 or 26033. OLE color: 26033.

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

Color convert

RGB 177 101 0 -
CMYK 0 0.43 1 0.31
HSL 34.24º 1% 0.35% -
HSV(B) 34.24º 1% 0.69% -
XYZ 22.79 18.65 2.4 -
YUV 112.21 64.68 174.21 -
System Red Green Blue C M Y K H S L
Decimal 177 101 0 0 0.43 1 0.31 34.24 1 0.35
Hex B1 65 0 0 2B 64 1F 22 64 23
Octal 261 145 0 0 53 144 37 42 144 43
Binary 10110001 1100101 0 0 101011 1100100 11111 100010 1100100 100011

Color Harmonies of #B16500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16500

Black with #B16500

Text Example


Text Example

White with #B16500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16500; }

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

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

background-color css

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

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

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

border-color css

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

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

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