Html Css Color HEX #B98103 Dark Goldenrod

📋 copy color: '#B98103'

red 185 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #B98103

Tints of Dark Goldenrod #B98103

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 58.36%
G = 40.69%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B98103 (or 0xB98103) is known color: Dark Goldenrod. HEX triplet: B9, 81 and 03. RGB value is (185,129,3). Sum of RGB (Red+Green+Blue) = 185+129+3=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B98103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98103 is #467EFC. Grayscale: #838383. Windows color (decimal): -4620029 or 229817. OLE color: 229817.

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

Color convert

RGB 185 129 3 -
CMYK 0 0.30 0.98 0.27
HSL 41.54º 0.97% 0.37% -
HSV(B) 41.54º 0.98% 0.73% -
XYZ 27.87 26.02 3.64 -
YUV 131.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 185 129 3 0 0.30 0.98 0.27 41.54 0.97 0.37
Hex B9 81 3 0 1E 62 1B 2A 61 25
Octal 271 201 3 0 36 142 33 52 141 45
Binary 10111001 10000001 11 0 11110 1100010 11011 101010 1100001 100101

Color Harmonies of #B98103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98103

Black with #B98103

Text Example


Text Example

White with #B98103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98103; }

 p { color: rgb(185,129,3); }

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

background-color css

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

 a { background-color: rgb(185,129,3); }

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

border-color css

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

 span { border-color: rgb(185,129,3); }

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