Html Css Color HEX #B98002 Dark Goldenrod

📋 copy color: '#B98002'

red 185 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #B98002

Tints of Dark Goldenrod #B98002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 58.73%
G = 40.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98002 (or 0xB98002) is known color: Dark Goldenrod. HEX triplet: B9, 80 and 02. RGB value is (185,128,2). Sum of RGB (Red+Green+Blue) = 185+128+2=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B98002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98002 is #467FFD. Grayscale: #838383. Windows color (decimal): -4620286 or 164025. OLE color: 164025.

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

Color convert

RGB 185 128 2 -
CMYK 0 0.31 0.99 0.27
HSL 41.31º 0.98% 0.37% -
HSV(B) 41.31º 0.99% 0.73% -
XYZ 27.74 25.76 3.57 -
YUV 130.68 55.38 166.75 -
System Red Green Blue C M Y K H S L
Decimal 185 128 2 0 0.31 0.99 0.27 41.31 0.98 0.37
Hex B9 80 2 0 1F 63 1B 29 62 25
Octal 271 200 2 0 37 143 33 51 142 45
Binary 10111001 10000000 10 0 11111 1100011 11011 101001 1100010 100101

Color Harmonies of #B98002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98002

Black with #B98002

Text Example


Text Example

White with #B98002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98002; }

 p { color: rgb(185,128,2); }

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

background-color css

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

 a { background-color: rgb(185,128,2); }

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

border-color css

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

 span { border-color: rgb(185,128,2); }

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