Html Css Color HEX #BC7D09 Dark Goldenrod

📋 copy color: '#BC7D09'

red 188 ◦ green 125 ◦ blue 9

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

Shades of Dark Goldenrod #BC7D09

Tints of Dark Goldenrod #BC7D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 58.39%
G = 38.82%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC7D09 (or 0xBC7D09) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 09. RGB value is (188,125,9). Sum of RGB (Red+Green+Blue) = 188+125+9=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D09 is #4382F6. Grayscale: #838383. Windows color (decimal): -4424439 or 622012. OLE color: 622012.

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

Color convert

RGB 188 125 9 -
CMYK 0 0.34 0.95 0.26
HSL 38.88º 0.91% 0.39% -
HSV(B) 38.88º 0.95% 0.74% -
XYZ 28.12 25.38 3.67 -
YUV 130.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 188 125 9 0 0.34 0.95 0.26 38.88 0.91 0.39
Hex BC 7D 9 0 22 5F 1A 27 5B 27
Octal 274 175 11 0 42 137 32 47 133 47
Binary 10111100 1111101 1001 0 100010 1011111 11010 100111 1011011 100111

Color Harmonies of #BC7D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D09

Black with #BC7D09

Text Example


Text Example

White with #BC7D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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