Html Css Color HEX #B16300 Golden Brown

📋 copy color: '#B16300'

red 177 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #B16300

Tints of Golden Brown #B16300

RGB

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

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

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

R = 64.13%
G = 35.87%
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

#B16300 (or 0xB16300) is known color: Golden Brown. HEX triplet: B1, 63 and 00. RGB value is (177,99,0). Sum of RGB (Red+Green+Blue) = 177+99+0=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B16300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16300 is #4E9CFF. Grayscale: #6F6F6F. Windows color (decimal): -5152000 or 25521. OLE color: 25521.

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

Color convert

RGB 177 99 0 -
CMYK 0 0.44 1 0.31
HSL 33.56º 1% 0.35% -
HSV(B) 33.56º 1% 0.69% -
XYZ 22.59 18.27 2.34 -
YUV 111.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 177 99 0 0 0.44 1 0.31 33.56 1 0.35
Hex B1 63 0 0 2C 64 1F 22 64 23
Octal 261 143 0 0 54 144 37 42 144 43
Binary 10110001 1100011 0 0 101100 1100100 11111 100010 1100100 100011

Color Harmonies of #B16300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16300

Black with #B16300

Text Example


Text Example

White with #B16300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16300; }

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

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

background-color css

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

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

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

border-color css

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

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

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