Html Css Color HEX #B98C01 Dark Goldenrod

📋 copy color: '#B98C01'

red 185 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #B98C01

Tints of Dark Goldenrod #B98C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 56.75%
G = 42.94%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98C01 (or 0xB98C01) is known color: Dark Goldenrod. HEX triplet: B9, 8C and 01. RGB value is (185,140,1). Sum of RGB (Red+Green+Blue) = 185+140+1=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98C01 is #4673FE. Grayscale: #8A8A8A. Windows color (decimal): -4617215 or 101561. OLE color: 101561.

HSL color Cylindrical-coordinate representation of color #B98C01: hue angle of 45.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B98C01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 1 -
CMYK 0 0.24 0.99 0.27
HSL 45.33º 0.99% 0.36% -
HSV(B) 45.33º 0.99% 0.73% -
XYZ 29.39 29.07 4.09 -
YUV 137.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 185 140 1 0 0.24 0.99 0.27 45.33 0.99 0.36
Hex B9 8C 1 0 18 63 1B 2D 63 24
Octal 271 214 1 0 30 143 33 55 143 44
Binary 10111001 10001100 1 0 11000 1100011 11011 101101 1100011 100100

Color Harmonies of #B98C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C01

Black with #B98C01

Text Example


Text Example

White with #B98C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C01; }

 p { color: rgb(185,140,1); }

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

background-color css

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

 a { background-color: rgb(185,140,1); }

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

border-color css

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

 span { border-color: rgb(185,140,1); }

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