Html Css Color HEX #B16501 Golden Brown

📋 copy color: '#B16501'

red 177 ◦ green 101 ◦ blue 1

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

Shades of Golden Brown #B16501

Tints of Golden Brown #B16501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 63.44%
G = 36.2%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B16501 (or 0xB16501) is known color: Golden Brown. HEX triplet: B1, 65 and 01. RGB value is (177,101,1). Sum of RGB (Red+Green+Blue) = 177+101+1=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B16501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16501 is #4E9AFE. Grayscale: #707070. Windows color (decimal): -5151487 or 91569. OLE color: 91569.

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

Color convert

RGB 177 101 1 -
CMYK 0 0.43 0.99 0.31
HSL 34.09º 0.99% 0.35% -
HSV(B) 34.09º 0.99% 0.69% -
XYZ 22.79 18.66 2.43 -
YUV 112.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 177 101 1 0 0.43 0.99 0.31 34.09 0.99 0.35
Hex B1 65 1 0 2B 63 1F 22 63 23
Octal 261 145 1 0 53 143 37 42 143 43
Binary 10110001 1100101 1 0 101011 1100011 11111 100010 1100011 100011

Color Harmonies of #B16501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16501

Black with #B16501

Text Example


Text Example

White with #B16501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16501; }

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

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

background-color css

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

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

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

border-color css

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

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

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