Html Css Color HEX #B98A06 Dark Goldenrod

📋 copy color: '#B98A06'

red 185 ◦ green 138 ◦ blue 6

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

Shades of Dark Goldenrod #B98A06

Tints of Dark Goldenrod #B98A06

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.95%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 56.23%
G = 41.95%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B98A06 (or 0xB98A06) is known color: Dark Goldenrod. HEX triplet: B9, 8A and 06. RGB value is (185,138,6). Sum of RGB (Red+Green+Blue) = 185+138+6=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A06 is #4675F9. Grayscale: #898989. Windows color (decimal): -4617722 or 428729. OLE color: 428729.

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

Color convert

RGB 185 138 6 -
CMYK 0 0.25 0.97 0.27
HSL 44.25º 0.94% 0.37% -
HSV(B) 44.25º 0.97% 0.73% -
XYZ 29.13 28.5 4.14 -
YUV 137.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 185 138 6 0 0.25 0.97 0.27 44.25 0.94 0.37
Hex B9 8A 6 0 19 61 1B 2C 5E 25
Octal 271 212 6 0 31 141 33 54 136 45
Binary 10111001 10001010 110 0 11001 1100001 11011 101100 1011110 100101

Color Harmonies of #B98A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A06

Black with #B98A06

Text Example


Text Example

White with #B98A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A06; }

 p { color: rgb(185,138,6); }

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

background-color css

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

 a { background-color: rgb(185,138,6); }

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

border-color css

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

 span { border-color: rgb(185,138,6); }

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