Html Css Color HEX #BD790E Dark Goldenrod

📋 copy color: '#BD790E'

red 189 ◦ green 121 ◦ blue 14

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

Shades of Dark Goldenrod #BD790E

Tints of Dark Goldenrod #BD790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 58.33%
G = 37.35%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD790E (or 0xBD790E) is known color: Dark Goldenrod. HEX triplet: BD, 79 and 0E. RGB value is (189,121,14). Sum of RGB (Red+Green+Blue) = 189+121+14=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD790E is #4286F1. Grayscale: #818181. Windows color (decimal): -4359922 or 948669. OLE color: 948669.

HSL color Cylindrical-coordinate representation of color #BD790E: hue angle of 36.69º 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 #BD790E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 14 -
CMYK 0 0.36 0.93 0.26
HSL 36.69º 0.86% 0.4% -
HSV(B) 36.69º 0.93% 0.74% -
XYZ 27.9 24.53 3.68 -
YUV 129.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 189 121 14 0 0.36 0.93 0.26 36.69 0.86 0.4
Hex BD 79 E 0 24 5D 1A 25 56 28
Octal 275 171 16 0 44 135 32 45 126 50
Binary 10111101 1111001 1110 0 100100 1011101 11010 100101 1010110 101000

Color Harmonies of #BD790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD790E

Black with #BD790E

Text Example


Text Example

White with #BD790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD790E; }

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

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

background-color css

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

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

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

border-color css

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

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

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