Html Css Color HEX #B99207 Dark Goldenrod

📋 copy color: '#B99207'

red 185 ◦ green 146 ◦ blue 7

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

Shades of Dark Goldenrod #B99207

Tints of Dark Goldenrod #B99207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 54.73%
G = 43.2%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B99207 (or 0xB99207) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 07. RGB value is (185,146,7). Sum of RGB (Red+Green+Blue) = 185+146+7=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99207 is #466DF8. Grayscale: #8E8E8E. Windows color (decimal): -4615673 or 496313. OLE color: 496313.

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

Color convert

RGB 185 146 7 -
CMYK 0 0.21 0.96 0.27
HSL 46.85º 0.93% 0.38% -
HSV(B) 46.85º 0.96% 0.73% -
XYZ 30.32 30.89 4.56 -
YUV 141.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 185 146 7 0 0.21 0.96 0.27 46.85 0.93 0.38
Hex B9 92 7 0 15 60 1B 2F 5D 26
Octal 271 222 7 0 25 140 33 57 135 46
Binary 10111001 10010010 111 0 10101 1100000 11011 101111 1011101 100110

Color Harmonies of #B99207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99207

Black with #B99207

Text Example


Text Example

White with #B99207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99207; }

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

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

background-color css

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

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

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

border-color css

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

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

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