Html Css Color HEX #B98C02 Dark Goldenrod

📋 copy color: '#B98C02'

red 185 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #B98C02

Tints of Dark Goldenrod #B98C02

RGB

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

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

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

R = 56.57%
G = 42.81%
B = 0.61%

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

#B98C02 (or 0xB98C02) is known color: Dark Goldenrod. HEX triplet: B9, 8C and 02. RGB value is (185,140,2). Sum of RGB (Red+Green+Blue) = 185+140+2=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98C02 is #4673FD. Grayscale: #8A8A8A. Windows color (decimal): -4617214 or 167097. OLE color: 167097.

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

Color convert

RGB 185 140 2 -
CMYK 0 0.24 0.99 0.27
HSL 45.25º 0.98% 0.37% -
HSV(B) 45.25º 0.99% 0.73% -
XYZ 29.4 29.07 4.12 -
YUV 137.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 185 140 2 0 0.24 0.99 0.27 45.25 0.98 0.37
Hex B9 8C 2 0 18 63 1B 2D 62 25
Octal 271 214 2 0 30 143 33 55 142 45
Binary 10111001 10001100 10 0 11000 1100011 11011 101101 1100010 100101

Color Harmonies of #B98C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C02

Black with #B98C02

Text Example


Text Example

White with #B98C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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