Html Css Color HEX #BC8C0F Dark Goldenrod

📋 copy color: '#BC8C0F'

red 188 ◦ green 140 ◦ blue 15

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

Shades of Dark Goldenrod #BC8C0F

Tints of Dark Goldenrod #BC8C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

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

R = 54.81%
G = 40.82%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC8C0F (or 0xBC8C0F) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 0F. RGB value is (188,140,15). Sum of RGB (Red+Green+Blue) = 188+140+15=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C0F is #4373F0. Grayscale: #8C8C8C. Windows color (decimal): -4420593 or 1019068. OLE color: 1019068.

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

Color convert

RGB 188 140 15 -
CMYK 0 0.26 0.92 0.26
HSL 43.35º 0.85% 0.4% -
HSV(B) 43.35º 0.92% 0.74% -
XYZ 30.2 29.48 4.55 -
YUV 140.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 188 140 15 0 0.26 0.92 0.26 43.35 0.85 0.4
Hex BC 8C F 0 1A 5C 1A 2B 55 28
Octal 274 214 17 0 32 134 32 53 125 50
Binary 10111100 10001100 1111 0 11010 1011100 11010 101011 1010101 101000

Color Harmonies of #BC8C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C0F

Black with #BC8C0F

Text Example


Text Example

White with #BC8C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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