Html Css Color HEX #BC780A Dark Goldenrod

📋 copy color: '#BC780A'

red 188 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #BC780A

Tints of Dark Goldenrod #BC780A

RGB

 RED value IS 188 (73.83% from 255) = 59.12%

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

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 59.12%
G = 37.74%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC780A (or 0xBC780A) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 0A. RGB value is (188,120,10). Sum of RGB (Red+Green+Blue) = 188+120+10=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC780A is #4387F5. Grayscale: #808080. Windows color (decimal): -4425718 or 686268. OLE color: 686268.

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

Color convert

RGB 188 120 10 -
CMYK 0 0.36 0.95 0.26
HSL 37.08º 0.9% 0.39% -
HSV(B) 37.08º 0.95% 0.74% -
XYZ 27.51 24.15 3.5 -
YUV 127.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 188 120 10 0 0.36 0.95 0.26 37.08 0.9 0.39
Hex BC 78 A 0 24 5F 1A 25 5A 27
Octal 274 170 12 0 44 137 32 45 132 47
Binary 10111100 1111000 1010 0 100100 1011111 11010 100101 1011010 100111

Color Harmonies of #BC780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC780A

Black with #BC780A

Text Example


Text Example

White with #BC780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC780A; }

 p { color: rgb(188,120,10); }

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

background-color css

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

 a { background-color: rgb(188,120,10); }

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

border-color css

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

 span { border-color: rgb(188,120,10); }

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