Html Css Color HEX #BC6C09 Dark Goldenrod

📋 copy color: '#BC6C09'

red 188 ◦ green 108 ◦ blue 9

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

Shades of Dark Goldenrod #BC6C09

Tints of Dark Goldenrod #BC6C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.95%

R = 61.64%
G = 35.41%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC6C09 (or 0xBC6C09) is known color: Dark Goldenrod. HEX triplet: BC, 6C and 09. RGB value is (188,108,9). Sum of RGB (Red+Green+Blue) = 188+108+9=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C09 is #4393F6. Grayscale: #797979. Windows color (decimal): -4428791 or 617660. OLE color: 617660.

HSL color Cylindrical-coordinate representation of color #BC6C09: hue angle of 33.18º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC6C09 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 9 -
CMYK 0 0.43 0.95 0.26
HSL 33.18º 0.91% 0.39% -
HSV(B) 33.18º 0.95% 0.74% -
XYZ 26.15 21.44 3.02 -
YUV 120.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 188 108 9 0 0.43 0.95 0.26 33.18 0.91 0.39
Hex BC 6C 9 0 2B 5F 1A 21 5B 27
Octal 274 154 11 0 53 137 32 41 133 47
Binary 10111100 1101100 1001 0 101011 1011111 11010 100001 1011011 100111

Color Harmonies of #BC6C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C09

Black with #BC6C09

Text Example


Text Example

White with #BC6C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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