Html Css Color HEX #BC780F Dark Goldenrod

📋 copy color: '#BC780F'

red 188 ◦ green 120 ◦ blue 15

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

Shades of Dark Goldenrod #BC780F

Tints of Dark Goldenrod #BC780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 58.2%
G = 37.15%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC780F (or 0xBC780F) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 0F. RGB value is (188,120,15). Sum of RGB (Red+Green+Blue) = 188+120+15=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC780F is #4387F0. Grayscale: #808080. Windows color (decimal): -4425713 or 1013948. OLE color: 1013948.

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

Color convert

RGB 188 120 15 -
CMYK 0 0.36 0.92 0.26
HSL 36.42º 0.85% 0.4% -
HSV(B) 36.42º 0.92% 0.74% -
XYZ 27.54 24.16 3.66 -
YUV 128.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 188 120 15 0 0.36 0.92 0.26 36.42 0.85 0.4
Hex BC 78 F 0 24 5C 1A 24 55 28
Octal 274 170 17 0 44 134 32 44 125 50
Binary 10111100 1111000 1111 0 100100 1011100 11010 100100 1010101 101000

Color Harmonies of #BC780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC780F

Black with #BC780F

Text Example


Text Example

White with #BC780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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