Html Css Color HEX #B9870A Dark Goldenrod

📋 copy color: '#B9870A'

red 185 ◦ green 135 ◦ blue 10

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

Shades of Dark Goldenrod #B9870A

Tints of Dark Goldenrod #B9870A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 56.06%
G = 40.91%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9870A (or 0xB9870A) is known color: Dark Goldenrod. HEX triplet: B9, 87 and 0A. RGB value is (185,135,10). Sum of RGB (Red+Green+Blue) = 185+135+10=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9870A is #4678F5. Grayscale: #888888. Windows color (decimal): -4618486 or 690105. OLE color: 690105.

HSL color Cylindrical-coordinate representation of color #B9870A: hue angle of 42.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9870A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 135 10 -
CMYK 0 0.27 0.95 0.27
HSL 42.86º 0.9% 0.38% -
HSV(B) 42.86º 0.95% 0.73% -
XYZ 28.73 27.66 4.11 -
YUV 135.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 185 135 10 0 0.27 0.95 0.27 42.86 0.9 0.38
Hex B9 87 A 0 1B 5F 1B 2B 5A 26
Octal 271 207 12 0 33 137 33 53 132 46
Binary 10111001 10000111 1010 0 11011 1011111 11011 101011 1011010 100110

Color Harmonies of #B9870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9870A

Black with #B9870A

Text Example


Text Example

White with #B9870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9870A; }

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

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

background-color css

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

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

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

border-color css

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

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

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