Html Css Color HEX #B99801 Dark Goldenrod

📋 copy color: '#B99801'

red 185 ◦ green 152 ◦ blue 1

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

Shades of Dark Goldenrod #B99801

Tints of Dark Goldenrod #B99801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

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

R = 54.73%
G = 44.97%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99801 (or 0xB99801) is known color: Dark Goldenrod. HEX triplet: B9, 98 and 01. RGB value is (185,152,1). Sum of RGB (Red+Green+Blue) = 185+152+1=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99801 is #4667FE. Grayscale: #919191. Windows color (decimal): -4614143 or 104633. OLE color: 104633.

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

Color convert

RGB 185 152 1 -
CMYK 0 0.18 0.99 0.27
HSL 49.24º 0.99% 0.36% -
HSV(B) 49.24º 0.99% 0.73% -
XYZ 31.24 32.77 4.71 -
YUV 144.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 185 152 1 0 0.18 0.99 0.27 49.24 0.99 0.36
Hex B9 98 1 0 12 63 1B 31 63 24
Octal 271 230 1 0 22 143 33 61 143 44
Binary 10111001 10011000 1 0 10010 1100011 11011 110001 1100011 100100

Color Harmonies of #B99801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99801

Black with #B99801

Text Example


Text Example

White with #B99801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99801; }

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

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

background-color css

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

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

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

border-color css

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

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

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