Html Css Color HEX #BC8D14 Dark Goldenrod

📋 copy color: '#BC8D14'

red 188 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #BC8D14

Tints of Dark Goldenrod #BC8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 53.87%
G = 40.4%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8D14 (or 0xBC8D14) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 14. RGB value is (188,141,20). Sum of RGB (Red+Green+Blue) = 188+141+20=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D14 is #4372EB. Grayscale: #8D8D8D. Windows color (decimal): -4420332 or 1347004. OLE color: 1347004.

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

Color convert

RGB 188 141 20 -
CMYK 0 0.25 0.89 0.26
HSL 43.21º 0.81% 0.41% -
HSV(B) 43.21º 0.89% 0.74% -
XYZ 30.39 29.79 4.81 -
YUV 141.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 188 141 20 0 0.25 0.89 0.26 43.21 0.81 0.41
Hex BC 8D 14 0 19 59 1A 2B 51 29
Octal 274 215 24 0 31 131 32 53 121 51
Binary 10111100 10001101 10100 0 11001 1011001 11010 101011 1010001 101001

Color Harmonies of #BC8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D14

Black with #BC8D14

Text Example


Text Example

White with #BC8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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