Html Css Color HEX #B98502 Dark Goldenrod

📋 copy color: '#B98502'

red 185 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #B98502

Tints of Dark Goldenrod #B98502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 57.81%
G = 41.56%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98502 (or 0xB98502) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 02. RGB value is (185,133,2). Sum of RGB (Red+Green+Blue) = 185+133+2=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B98502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98502 is #467AFD. Grayscale: #868686. Windows color (decimal): -4619006 or 165305. OLE color: 165305.

HSL color Cylindrical-coordinate representation of color #B98502: hue angle of 42.95º 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 #B98502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 2 -
CMYK 0 0.28 0.99 0.27
HSL 42.95º 0.98% 0.37% -
HSV(B) 42.95º 0.99% 0.73% -
XYZ 28.41 27.09 3.79 -
YUV 133.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 185 133 2 0 0.28 0.99 0.27 42.95 0.98 0.37
Hex B9 85 2 0 1C 63 1B 2B 62 25
Octal 271 205 2 0 34 143 33 53 142 45
Binary 10111001 10000101 10 0 11100 1100011 11011 101011 1100010 100101

Color Harmonies of #B98502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98502

Black with #B98502

Text Example


Text Example

White with #B98502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98502; }

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

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

background-color css

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

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

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

border-color css

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

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

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