Html Css Color HEX #BC8D0F Dark Goldenrod

📋 copy color: '#BC8D0F'

red 188 ◦ green 141 ◦ blue 15

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

Shades of Dark Goldenrod #BC8D0F

Tints of Dark Goldenrod #BC8D0F

RGB

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

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

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

R = 54.65%
G = 40.99%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC8D0F (or 0xBC8D0F) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 0F. RGB value is (188,141,15). Sum of RGB (Red+Green+Blue) = 188+141+15=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D0F is #4372F0. Grayscale: #8D8D8D. Windows color (decimal): -4420337 or 1019324. OLE color: 1019324.

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

Color convert

RGB 188 141 15 -
CMYK 0 0.25 0.92 0.26
HSL 43.7º 0.85% 0.4% -
HSV(B) 43.7º 0.92% 0.74% -
XYZ 30.35 29.78 4.6 -
YUV 140.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 188 141 15 0 0.25 0.92 0.26 43.7 0.85 0.4
Hex BC 8D F 0 19 5C 1A 2C 55 28
Octal 274 215 17 0 31 134 32 54 125 50
Binary 10111100 10001101 1111 0 11001 1011100 11010 101100 1010101 101000

Color Harmonies of #BC8D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D0F

Black with #BC8D0F

Text Example


Text Example

White with #BC8D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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