Html Css Color HEX #B99B01 Dark Goldenrod

📋 copy color: '#B99B01'

red 185 ◦ green 155 ◦ blue 1

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

Shades of Dark Goldenrod #B99B01

Tints of Dark Goldenrod #B99B01

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

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

R = 54.25%
G = 45.45%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99B01 (or 0xB99B01) is known color: Dark Goldenrod. HEX triplet: B9, 9B and 01. RGB value is (185,155,1). Sum of RGB (Red+Green+Blue) = 185+155+1=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B01 is #4664FE. Grayscale: #939393. Windows color (decimal): -4613375 or 105401. OLE color: 105401.

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

Color convert

RGB 185 155 1 -
CMYK 0 0.16 0.99 0.27
HSL 50.22º 0.99% 0.36% -
HSV(B) 50.22º 0.99% 0.73% -
XYZ 31.73 33.76 4.87 -
YUV 146.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 185 155 1 0 0.16 0.99 0.27 50.22 0.99 0.36
Hex B9 9B 1 0 10 63 1B 32 63 24
Octal 271 233 1 0 20 143 33 62 143 44
Binary 10111001 10011011 1 0 10000 1100011 11011 110010 1100011 100100

Color Harmonies of #B99B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B01

Black with #B99B01

Text Example


Text Example

White with #B99B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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