Html Css Color HEX #BC780C Dark Goldenrod

📋 copy color: '#BC780C'

red 188 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #BC780C

Tints of Dark Goldenrod #BC780C

RGB

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

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

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

R = 58.75%
G = 37.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC780C (or 0xBC780C) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 0C. RGB value is (188,120,12). Sum of RGB (Red+Green+Blue) = 188+120+12=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC780C is #4387F3. Grayscale: #808080. Windows color (decimal): -4425716 or 817340. OLE color: 817340.

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

Color convert

RGB 188 120 12 -
CMYK 0 0.36 0.94 0.26
HSL 36.82º 0.88% 0.39% -
HSV(B) 36.82º 0.94% 0.74% -
XYZ 27.52 24.15 3.56 -
YUV 128.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 188 120 12 0 0.36 0.94 0.26 36.82 0.88 0.39
Hex BC 78 C 0 24 5E 1A 25 58 27
Octal 274 170 14 0 44 136 32 45 130 47
Binary 10111100 1111000 1100 0 100100 1011110 11010 100101 1011000 100111

Color Harmonies of #BC780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC780C

Black with #BC780C

Text Example


Text Example

White with #BC780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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