Html Css Color HEX #BC7207 Dark Goldenrod

📋 copy color: '#BC7207'

red 188 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #BC7207

Tints of Dark Goldenrod #BC7207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

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

R = 60.84%
G = 36.89%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7207 (or 0xBC7207) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 07. RGB value is (188,114,7). Sum of RGB (Red+Green+Blue) = 188+114+7=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7207 is #438DF8. Grayscale: #7C7C7C. Windows color (decimal): -4427257 or 488124. OLE color: 488124.

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

Color convert

RGB 188 114 7 -
CMYK 0 0.39 0.96 0.26
HSL 35.47º 0.93% 0.38% -
HSV(B) 35.47º 0.96% 0.74% -
XYZ 26.79 22.74 3.18 -
YUV 123.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 188 114 7 0 0.39 0.96 0.26 35.47 0.93 0.38
Hex BC 72 7 0 27 60 1A 23 5D 26
Octal 274 162 7 0 47 140 32 43 135 46
Binary 10111100 1110010 111 0 100111 1100000 11010 100011 1011101 100110

Color Harmonies of #BC7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7207

Black with #BC7207

Text Example


Text Example

White with #BC7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7207; }

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

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

background-color css

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

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

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

border-color css

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

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

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