Html Css Color HEX #B16301 Golden Brown

📋 copy color: '#B16301'

red 177 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #B16301

Tints of Golden Brown #B16301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 63.9%
G = 35.74%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B16301 (or 0xB16301) is known color: Golden Brown. HEX triplet: B1, 63 and 01. RGB value is (177,99,1). Sum of RGB (Red+Green+Blue) = 177+99+1=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B16301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16301 is #4E9CFE. Grayscale: #6F6F6F. Windows color (decimal): -5151999 or 91057. OLE color: 91057.

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

Color convert

RGB 177 99 1 -
CMYK 0 0.44 0.99 0.31
HSL 33.41º 0.99% 0.35% -
HSV(B) 33.41º 0.99% 0.69% -
XYZ 22.6 18.27 2.36 -
YUV 111.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 177 99 1 0 0.44 0.99 0.31 33.41 0.99 0.35
Hex B1 63 1 0 2C 63 1F 21 63 23
Octal 261 143 1 0 54 143 37 41 143 43
Binary 10110001 1100011 1 0 101100 1100011 11111 100001 1100011 100011

Color Harmonies of #B16301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16301

Black with #B16301

Text Example


Text Example

White with #B16301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16301; }

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

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

background-color css

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

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

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

border-color css

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

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

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