Html Css Color HEX #BC6F07 Dark Goldenrod

📋 copy color: '#BC6F07'

red 188 ◦ green 111 ◦ blue 7

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

Shades of Dark Goldenrod #BC6F07

Tints of Dark Goldenrod #BC6F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

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

R = 61.44%
G = 36.27%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6F07 (or 0xBC6F07) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 07. RGB value is (188,111,7). Sum of RGB (Red+Green+Blue) = 188+111+7=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F07 is #4390F8. Grayscale: #7A7A7A. Windows color (decimal): -4428025 or 487356. OLE color: 487356.

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

Color convert

RGB 188 111 7 -
CMYK 0 0.41 0.96 0.26
HSL 34.48º 0.93% 0.38% -
HSV(B) 34.48º 0.96% 0.74% -
XYZ 26.46 22.08 3.07 -
YUV 122.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 188 111 7 0 0.41 0.96 0.26 34.48 0.93 0.38
Hex BC 6F 7 0 29 60 1A 22 5D 26
Octal 274 157 7 0 51 140 32 42 135 46
Binary 10111100 1101111 111 0 101001 1100000 11010 100010 1011101 100110

Color Harmonies of #BC6F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F07

Black with #BC6F07

Text Example


Text Example

White with #BC6F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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