Html Css Color HEX #BC7D0E Dark Goldenrod

📋 copy color: '#BC7D0E'

red 188 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #BC7D0E

Tints of Dark Goldenrod #BC7D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 57.49%
G = 38.23%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC7D0E (or 0xBC7D0E) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 0E. RGB value is (188,125,14). Sum of RGB (Red+Green+Blue) = 188+125+14=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D0E is #4382F1. Grayscale: #838383. Windows color (decimal): -4424434 or 949692. OLE color: 949692.

HSL color Cylindrical-coordinate representation of color #BC7D0E: hue angle of 38.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC7D0E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 14 -
CMYK 0 0.34 0.93 0.26
HSL 38.28º 0.86% 0.4% -
HSV(B) 38.28º 0.93% 0.74% -
XYZ 28.15 25.39 3.83 -
YUV 131.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 188 125 14 0 0.34 0.93 0.26 38.28 0.86 0.4
Hex BC 7D E 0 22 5D 1A 26 56 28
Octal 274 175 16 0 42 135 32 46 126 50
Binary 10111100 1111101 1110 0 100010 1011101 11010 100110 1010110 101000

Color Harmonies of #BC7D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D0E

Black with #BC7D0E

Text Example


Text Example

White with #BC7D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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