Html Css Color HEX #BD760E Dark Goldenrod

📋 copy color: '#BD760E'

red 189 ◦ green 118 ◦ blue 14

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

Shades of Dark Goldenrod #BD760E

Tints of Dark Goldenrod #BD760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

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

R = 58.88%
G = 36.76%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD760E (or 0xBD760E) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 0E. RGB value is (189,118,14). Sum of RGB (Red+Green+Blue) = 189+118+14=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD760E is #4289F1. Grayscale: #7F7F7F. Windows color (decimal): -4360690 or 947901. OLE color: 947901.

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

Color convert

RGB 189 118 14 -
CMYK 0 0.38 0.93 0.26
HSL 35.66º 0.86% 0.4% -
HSV(B) 35.66º 0.93% 0.74% -
XYZ 27.54 23.81 3.56 -
YUV 127.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 189 118 14 0 0.38 0.93 0.26 35.66 0.86 0.4
Hex BD 76 E 0 26 5D 1A 24 56 28
Octal 275 166 16 0 46 135 32 44 126 50
Binary 10111101 1110110 1110 0 100110 1011101 11010 100100 1010110 101000

Color Harmonies of #BD760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD760E

Black with #BD760E

Text Example


Text Example

White with #BD760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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