Html Css Color HEX #BC7007 Dark Goldenrod

📋 copy color: '#BC7007'

red 188 ◦ green 112 ◦ blue 7

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

Shades of Dark Goldenrod #BC7007

Tints of Dark Goldenrod #BC7007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 61.24%
G = 36.48%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7007 (or 0xBC7007) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 07. RGB value is (188,112,7). Sum of RGB (Red+Green+Blue) = 188+112+7=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7007 is #438FF8. Grayscale: #7B7B7B. Windows color (decimal): -4427769 or 487612. OLE color: 487612.

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

Color convert

RGB 188 112 7 -
CMYK 0 0.40 0.96 0.26
HSL 34.81º 0.93% 0.38% -
HSV(B) 34.81º 0.96% 0.74% -
XYZ 26.57 22.3 3.1 -
YUV 122.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 188 112 7 0 0.40 0.96 0.26 34.81 0.93 0.38
Hex BC 70 7 0 28 60 1A 23 5D 26
Octal 274 160 7 0 50 140 32 43 135 46
Binary 10111100 1110000 111 0 101000 1100000 11010 100011 1011101 100110

Color Harmonies of #BC7007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7007

Black with #BC7007

Text Example


Text Example

White with #BC7007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7007; }

 p { color: rgb(188,112,7); }

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

background-color css

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

 a { background-color: rgb(188,112,7); }

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

border-color css

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

 span { border-color: rgb(188,112,7); }

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