Html Css Color HEX #B98A08 Dark Goldenrod

📋 copy color: '#B98A08'

red 185 ◦ green 138 ◦ blue 8

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

Shades of Dark Goldenrod #B98A08

Tints of Dark Goldenrod #B98A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 55.89%
G = 41.69%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B98A08 (or 0xB98A08) is known color: Dark Goldenrod. HEX triplet: B9, 8A and 08. RGB value is (185,138,8). Sum of RGB (Red+Green+Blue) = 185+138+8=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A08 is #4675F7. Grayscale: #898989. Windows color (decimal): -4617720 or 559801. OLE color: 559801.

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

Color convert

RGB 185 138 8 -
CMYK 0 0.25 0.96 0.27
HSL 44.07º 0.92% 0.38% -
HSV(B) 44.07º 0.96% 0.73% -
XYZ 29.14 28.51 4.2 -
YUV 137.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 185 138 8 0 0.25 0.96 0.27 44.07 0.92 0.38
Hex B9 8A 8 0 19 60 1B 2C 5C 26
Octal 271 212 10 0 31 140 33 54 134 46
Binary 10111001 10001010 1000 0 11001 1100000 11011 101100 1011100 100110

Color Harmonies of #B98A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A08

Black with #B98A08

Text Example


Text Example

White with #B98A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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