Html Css Color HEX #B9810E Dark Goldenrod

📋 copy color: '#B9810E'

red 185 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #B9810E

Tints of Dark Goldenrod #B9810E

RGB

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

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

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

R = 56.4%
G = 39.33%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9810E (or 0xB9810E) is known color: Dark Goldenrod. HEX triplet: B9, 81 and 0E. RGB value is (185,129,14). Sum of RGB (Red+Green+Blue) = 185+129+14=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9810E is #467EF1. Grayscale: #858585. Windows color (decimal): -4620018 or 950713. OLE color: 950713.

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

Color convert

RGB 185 129 14 -
CMYK 0 0.30 0.92 0.27
HSL 40.35º 0.86% 0.39% -
HSV(B) 40.35º 0.92% 0.73% -
XYZ 27.94 26.05 3.97 -
YUV 132.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 185 129 14 0 0.30 0.92 0.27 40.35 0.86 0.39
Hex B9 81 E 0 1E 5C 1B 28 56 27
Octal 271 201 16 0 36 134 33 50 126 47
Binary 10111001 10000001 1110 0 11110 1011100 11011 101000 1010110 100111

Color Harmonies of #B9810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9810E

Black with #B9810E

Text Example


Text Example

White with #B9810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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