Html Css Color HEX #BD760D Dark Goldenrod

📋 copy color: '#BD760D'

red 189 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #BD760D

Tints of Dark Goldenrod #BD760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 59.06%
G = 36.88%
B = 4.06%

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

#BD760D (or 0xBD760D) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 0D. RGB value is (189,118,13). Sum of RGB (Red+Green+Blue) = 189+118+13=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD760D is #4289F2. Grayscale: #7F7F7F. Windows color (decimal): -4360691 or 882365. OLE color: 882365.

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

Color convert

RGB 189 118 13 -
CMYK 0 0.38 0.93 0.26
HSL 35.8º 0.87% 0.4% -
HSV(B) 35.8º 0.93% 0.74% -
XYZ 27.54 23.8 3.52 -
YUV 127.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 189 118 13 0 0.38 0.93 0.26 35.8 0.87 0.4
Hex BD 76 D 0 26 5D 1A 24 57 28
Octal 275 166 15 0 46 135 32 44 127 50
Binary 10111101 1110110 1101 0 100110 1011101 11010 100100 1010111 101000

Color Harmonies of #BD760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD760D

Black with #BD760D

Text Example


Text Example

White with #BD760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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