Html Css Color HEX #BC7814 Dark Goldenrod

📋 copy color: '#BC7814'

red 188 ◦ green 120 ◦ blue 20

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

Shades of Dark Goldenrod #BC7814

Tints of Dark Goldenrod #BC7814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 57.32%
G = 36.59%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC7814 (or 0xBC7814) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 14. RGB value is (188,120,20). Sum of RGB (Red+Green+Blue) = 188+120+20=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7814 is #4387EB. Grayscale: #818181. Windows color (decimal): -4425708 or 1341628. OLE color: 1341628.

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

Color convert

RGB 188 120 20 -
CMYK 0 0.36 0.89 0.26
HSL 35.71º 0.81% 0.41% -
HSV(B) 35.71º 0.89% 0.74% -
XYZ 27.58 24.17 3.87 -
YUV 128.93 66.53 170.13 -
System Red Green Blue C M Y K H S L
Decimal 188 120 20 0 0.36 0.89 0.26 35.71 0.81 0.41
Hex BC 78 14 0 24 59 1A 24 51 29
Octal 274 170 24 0 44 131 32 44 121 51
Binary 10111100 1111000 10100 0 100100 1011001 11010 100100 1010001 101001

Color Harmonies of #BC7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7814

Black with #BC7814

Text Example


Text Example

White with #BC7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7814; }

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

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

background-color css

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

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

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

border-color css

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

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

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