Html Css Color HEX #BC6C07 Dark Goldenrod

📋 copy color: '#BC6C07'

red 188 ◦ green 108 ◦ blue 7

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

Shades of Dark Goldenrod #BC6C07

Tints of Dark Goldenrod #BC6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 62.05%
G = 35.64%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6C07 (or 0xBC6C07) is known color: Dark Goldenrod. HEX triplet: BC, 6C and 07. RGB value is (188,108,7). Sum of RGB (Red+Green+Blue) = 188+108+7=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C07 is #4393F8. Grayscale: #787878. Windows color (decimal): -4428793 or 486588. OLE color: 486588.

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

Color convert

RGB 188 108 7 -
CMYK 0 0.43 0.96 0.26
HSL 33.48º 0.93% 0.38% -
HSV(B) 33.48º 0.96% 0.74% -
XYZ 26.14 21.43 2.96 -
YUV 120.41 64 176.21 -
System Red Green Blue C M Y K H S L
Decimal 188 108 7 0 0.43 0.96 0.26 33.48 0.93 0.38
Hex BC 6C 7 0 2B 60 1A 21 5D 26
Octal 274 154 7 0 53 140 32 41 135 46
Binary 10111100 1101100 111 0 101011 1100000 11010 100001 1011101 100110

Color Harmonies of #BC6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C07

Black with #BC6C07

Text Example


Text Example

White with #BC6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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