Html Css Color HEX #BC7E09 Dark Goldenrod

📋 copy color: '#BC7E09'

red 188 ◦ green 126 ◦ blue 9

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

Shades of Dark Goldenrod #BC7E09

Tints of Dark Goldenrod #BC7E09

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

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

R = 58.2%
G = 39.01%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC7E09 (or 0xBC7E09) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 09. RGB value is (188,126,9). Sum of RGB (Red+Green+Blue) = 188+126+9=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E09 is #4381F6. Grayscale: #838383. Windows color (decimal): -4424183 or 622268. OLE color: 622268.

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

Color convert

RGB 188 126 9 -
CMYK 0 0.33 0.95 0.26
HSL 39.22º 0.91% 0.39% -
HSV(B) 39.22º 0.95% 0.74% -
XYZ 28.25 25.63 3.72 -
YUV 131.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 188 126 9 0 0.33 0.95 0.26 39.22 0.91 0.39
Hex BC 7E 9 0 21 5F 1A 27 5B 27
Octal 274 176 11 0 41 137 32 47 133 47
Binary 10111100 1111110 1001 0 100001 1011111 11010 100111 1011011 100111

Color Harmonies of #BC7E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E09

Black with #BC7E09

Text Example


Text Example

White with #BC7E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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