Html Css Color HEX #BD890E Dark Goldenrod

📋 copy color: '#BD890E'

red 189 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #BD890E

Tints of Dark Goldenrod #BD890E

RGB

 RED value IS 189 (74.22% from 255) = 55.59%

 GREEN value IS 137 (53.91% from 255) = 40.29%

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

R = 55.59%
G = 40.29%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD890E (or 0xBD890E) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 0E. RGB value is (189,137,14). Sum of RGB (Red+Green+Blue) = 189+137+14=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD890E is #4276F1. Grayscale: #8B8B8B. Windows color (decimal): -4355826 or 952765. OLE color: 952765.

HSL color Cylindrical-coordinate representation of color #BD890E: hue angle of 42.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD890E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 14 -
CMYK 0 0.28 0.93 0.26
HSL 42.17º 0.86% 0.4% -
HSV(B) 42.17º 0.93% 0.74% -
XYZ 30.01 28.74 4.38 -
YUV 138.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 189 137 14 0 0.28 0.93 0.26 42.17 0.86 0.4
Hex BD 89 E 0 1C 5D 1A 2A 56 28
Octal 275 211 16 0 34 135 32 52 126 50
Binary 10111101 10001001 1110 0 11100 1011101 11010 101010 1010110 101000

Color Harmonies of #BD890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD890E

Black with #BD890E

Text Example


Text Example

White with #BD890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD890E; }

 p { color: rgb(189,137,14); }

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

background-color css

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

 a { background-color: rgb(189,137,14); }

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

border-color css

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

 span { border-color: rgb(189,137,14); }

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