Html Css Color HEX #B98F0E Dark Goldenrod

📋 copy color: '#B98F0E'

red 185 ◦ green 143 ◦ blue 14

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

Shades of Dark Goldenrod #B98F0E

Tints of Dark Goldenrod #B98F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 54.09%
G = 41.81%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B98F0E (or 0xB98F0E) is known color: Dark Goldenrod. HEX triplet: B9, 8F and 0E. RGB value is (185,143,14). Sum of RGB (Red+Green+Blue) = 185+143+14=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98F0E is #4670F1. Grayscale: #8D8D8D. Windows color (decimal): -4616434 or 954297. OLE color: 954297.

HSL color Cylindrical-coordinate representation of color #B98F0E: hue angle of 45.26º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B98F0E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 143 14 -
CMYK 0 0.23 0.92 0.27
HSL 45.26º 0.86% 0.39% -
HSV(B) 45.26º 0.92% 0.73% -
XYZ 29.91 29.99 4.63 -
YUV 140.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 185 143 14 0 0.23 0.92 0.27 45.26 0.86 0.39
Hex B9 8F E 0 17 5C 1B 2D 56 27
Octal 271 217 16 0 27 134 33 55 126 47
Binary 10111001 10001111 1110 0 10111 1011100 11011 101101 1010110 100111

Color Harmonies of #B98F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F0E

Black with #B98F0E

Text Example


Text Example

White with #B98F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F0E; }

 p { color: rgb(185,143,14); }

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

background-color css

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

 a { background-color: rgb(185,143,14); }

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

border-color css

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

 span { border-color: rgb(185,143,14); }

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