Html Css Color HEX #BD780C Dark Goldenrod

📋 copy color: '#BD780C'

red 189 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #BD780C

Tints of Dark Goldenrod #BD780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 58.88%
G = 37.38%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD780C (or 0xBD780C) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 0C. RGB value is (189,120,12). Sum of RGB (Red+Green+Blue) = 189+120+12=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD780C is #4287F3. Grayscale: #808080. Windows color (decimal): -4360180 or 817341. OLE color: 817341.

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

Color convert

RGB 189 120 12 -
CMYK 0 0.37 0.94 0.26
HSL 36.61º 0.88% 0.39% -
HSV(B) 36.61º 0.94% 0.74% -
XYZ 27.77 24.28 3.57 -
YUV 128.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 189 120 12 0 0.37 0.94 0.26 36.61 0.88 0.39
Hex BD 78 C 0 25 5E 1A 25 58 27
Octal 275 170 14 0 45 136 32 45 130 47
Binary 10111101 1111000 1100 0 100101 1011110 11010 100101 1011000 100111

Color Harmonies of #BD780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD780C

Black with #BD780C

Text Example


Text Example

White with #BD780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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