Html Css Color HEX #BD760C Dark Goldenrod

📋 copy color: '#BD760C'

red 189 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #BD760C

Tints of Dark Goldenrod #BD760C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 59.25%
G = 36.99%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD760C (or 0xBD760C) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 0C. RGB value is (189,118,12). Sum of RGB (Red+Green+Blue) = 189+118+12=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD760C is #4289F3. Grayscale: #7F7F7F. Windows color (decimal): -4360692 or 816829. OLE color: 816829.

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

Color convert

RGB 189 118 12 -
CMYK 0 0.38 0.94 0.26
HSL 35.93º 0.88% 0.39% -
HSV(B) 35.93º 0.94% 0.74% -
XYZ 27.53 23.8 3.49 -
YUV 127.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 189 118 12 0 0.38 0.94 0.26 35.93 0.88 0.39
Hex BD 76 C 0 26 5E 1A 24 58 27
Octal 275 166 14 0 46 136 32 44 130 47
Binary 10111101 1110110 1100 0 100110 1011110 11010 100100 1011000 100111

Color Harmonies of #BD760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD760C

Black with #BD760C

Text Example


Text Example

White with #BD760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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