Html Css Color HEX #BC8C04 Dark Goldenrod

📋 copy color: '#BC8C04'

red 188 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #BC8C04

Tints of Dark Goldenrod #BC8C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 56.63%
G = 42.17%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8C04 (or 0xBC8C04) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 04. RGB value is (188,140,4). Sum of RGB (Red+Green+Blue) = 188+140+4=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C04 is #4373FB. Grayscale: #8B8B8B. Windows color (decimal): -4420604 or 298172. OLE color: 298172.

HSL color Cylindrical-coordinate representation of color #BC8C04: hue angle of 44.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8C04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 4 -
CMYK 0 0.26 0.98 0.26
HSL 44.35º 0.96% 0.38% -
HSV(B) 44.35º 0.98% 0.74% -
XYZ 30.14 29.46 4.21 -
YUV 138.85 51.9 163.06 -
System Red Green Blue C M Y K H S L
Decimal 188 140 4 0 0.26 0.98 0.26 44.35 0.96 0.38
Hex BC 8C 4 0 1A 62 1A 2C 60 26
Octal 274 214 4 0 32 142 32 54 140 46
Binary 10111100 10001100 100 0 11010 1100010 11010 101100 1100000 100110

Color Harmonies of #BC8C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C04

Black with #BC8C04

Text Example


Text Example

White with #BC8C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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