Html Css Color HEX #B99603 Dark Goldenrod

📋 copy color: '#B99603'

red 185 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #B99603

Tints of Dark Goldenrod #B99603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 54.73%
G = 44.38%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B99603 (or 0xB99603) is known color: Dark Goldenrod. HEX triplet: B9, 96 and 03. RGB value is (185,150,3). Sum of RGB (Red+Green+Blue) = 185+150+3=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99603 is #4669FC. Grayscale: #909090. Windows color (decimal): -4614653 or 235193. OLE color: 235193.

HSL color Cylindrical-coordinate representation of color #B99603: hue angle of 48.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B99603 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 3 -
CMYK 0 0.19 0.98 0.27
HSL 48.46º 0.97% 0.37% -
HSV(B) 48.46º 0.98% 0.73% -
XYZ 30.93 32.13 4.66 -
YUV 143.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 185 150 3 0 0.19 0.98 0.27 48.46 0.97 0.37
Hex B9 96 3 0 13 62 1B 30 61 25
Octal 271 226 3 0 23 142 33 60 141 45
Binary 10111001 10010110 11 0 10011 1100010 11011 110000 1100001 100101

Color Harmonies of #B99603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99603

Black with #B99603

Text Example


Text Example

White with #B99603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99603; }

 p { color: rgb(185,150,3); }

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

background-color css

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

 a { background-color: rgb(185,150,3); }

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

border-color css

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

 span { border-color: rgb(185,150,3); }

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