Html Css Color HEX #B99107 Dark Goldenrod

📋 copy color: '#B99107'

red 185 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #B99107

Tints of Dark Goldenrod #B99107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

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

R = 54.9%
G = 43.03%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B99107 (or 0xB99107) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 07. RGB value is (185,145,7). Sum of RGB (Red+Green+Blue) = 185+145+7=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99107 is #466EF8. Grayscale: #8D8D8D. Windows color (decimal): -4615929 or 496057. OLE color: 496057.

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

Color convert

RGB 185 145 7 -
CMYK 0 0.22 0.96 0.27
HSL 46.52º 0.93% 0.38% -
HSV(B) 46.52º 0.96% 0.73% -
XYZ 30.17 30.58 4.51 -
YUV 141.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 185 145 7 0 0.22 0.96 0.27 46.52 0.93 0.38
Hex B9 91 7 0 16 60 1B 2F 5D 26
Octal 271 221 7 0 26 140 33 57 135 46
Binary 10111001 10010001 111 0 10110 1100000 11011 101111 1011101 100110

Color Harmonies of #B99107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99107

Black with #B99107

Text Example


Text Example

White with #B99107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99107; }

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

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

background-color css

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

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

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

border-color css

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

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

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