Html Css Color HEX #B98702 Dark Goldenrod

📋 copy color: '#B98702'

red 185 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #B98702

Tints of Dark Goldenrod #B98702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 57.45%
G = 41.93%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98702 (or 0xB98702) is known color: Dark Goldenrod. HEX triplet: B9, 87 and 02. RGB value is (185,135,2). Sum of RGB (Red+Green+Blue) = 185+135+2=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B98702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98702 is #4678FD. Grayscale: #878787. Windows color (decimal): -4618494 or 165817. OLE color: 165817.

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

Color convert

RGB 185 135 2 -
CMYK 0 0.27 0.99 0.27
HSL 43.61º 0.98% 0.37% -
HSV(B) 43.61º 0.99% 0.73% -
XYZ 28.68 27.65 3.88 -
YUV 134.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 185 135 2 0 0.27 0.99 0.27 43.61 0.98 0.37
Hex B9 87 2 0 1B 63 1B 2C 62 25
Octal 271 207 2 0 33 143 33 54 142 45
Binary 10111001 10000111 10 0 11011 1100011 11011 101100 1100010 100101

Color Harmonies of #B98702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98702

Black with #B98702

Text Example


Text Example

White with #B98702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98702; }

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

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

background-color css

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

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

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

border-color css

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

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

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