Html Css Color HEX #BD7706 Dark Goldenrod

📋 copy color: '#BD7706'

red 189 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #BD7706

Tints of Dark Goldenrod #BD7706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 60.19%
G = 37.9%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD7706 (or 0xBD7706) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 06. RGB value is (189,119,6). Sum of RGB (Red+Green+Blue) = 189+119+6=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7706 is #4288F9. Grayscale: #7F7F7F. Windows color (decimal): -4360442 or 423869. OLE color: 423869.

HSL color Cylindrical-coordinate representation of color #BD7706: hue angle of 37.05º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD7706 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 6 -
CMYK 0 0.37 0.97 0.26
HSL 37.05º 0.94% 0.38% -
HSV(B) 37.05º 0.97% 0.74% -
XYZ 27.62 24.03 3.35 -
YUV 127.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 189 119 6 0 0.37 0.97 0.26 37.05 0.94 0.38
Hex BD 77 6 0 25 61 1A 25 5E 26
Octal 275 167 6 0 45 141 32 45 136 46
Binary 10111101 1110111 110 0 100101 1100001 11010 100101 1011110 100110

Color Harmonies of #BD7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7706

Black with #BD7706

Text Example


Text Example

White with #BD7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7706; }

 p { color: rgb(189,119,6); }

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

background-color css

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

 a { background-color: rgb(189,119,6); }

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

border-color css

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

 span { border-color: rgb(189,119,6); }

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