Html Css Color HEX #B99201 Dark Goldenrod

📋 copy color: '#B99201'

red 185 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #B99201

Tints of Dark Goldenrod #B99201

RGB

 RED value IS 185 (72.66% from 255) = 55.72%

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 55.72%
G = 43.98%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99201 (or 0xB99201) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 01. RGB value is (185,146,1). Sum of RGB (Red+Green+Blue) = 185+146+1=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B99201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99201 is #466DFE. Grayscale: #8D8D8D. Windows color (decimal): -4615679 or 103097. OLE color: 103097.

HSL color Cylindrical-coordinate representation of color #B99201: hue angle of 47.28º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99201 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 1 -
CMYK 0 0.21 0.99 0.27
HSL 47.28º 0.99% 0.36% -
HSV(B) 47.28º 0.99% 0.73% -
XYZ 30.29 30.87 4.39 -
YUV 141.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 185 146 1 0 0.21 0.99 0.27 47.28 0.99 0.36
Hex B9 92 1 0 15 63 1B 2F 63 24
Octal 271 222 1 0 25 143 33 57 143 44
Binary 10111001 10010010 1 0 10101 1100011 11011 101111 1100011 100100

Color Harmonies of #B99201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99201

Black with #B99201

Text Example


Text Example

White with #B99201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99201; }

 p { color: rgb(185,146,1); }

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

background-color css

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

 a { background-color: rgb(185,146,1); }

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

border-color css

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

 span { border-color: rgb(185,146,1); }

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