Html Css Color HEX #BC7F0E Dark Goldenrod

📋 copy color: '#BC7F0E'

red 188 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #BC7F0E

Tints of Dark Goldenrod #BC7F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 38.6%

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

R = 57.14%
G = 38.6%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC7F0E (or 0xBC7F0E) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 0E. RGB value is (188,127,14). Sum of RGB (Red+Green+Blue) = 188+127+14=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F0E is #4380F1. Grayscale: #848484. Windows color (decimal): -4423922 or 950204. OLE color: 950204.

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

Color convert

RGB 188 127 14 -
CMYK 0 0.32 0.93 0.26
HSL 38.97º 0.86% 0.4% -
HSV(B) 38.97º 0.93% 0.74% -
XYZ 28.41 25.9 3.92 -
YUV 132.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 188 127 14 0 0.32 0.93 0.26 38.97 0.86 0.4
Hex BC 7F E 0 20 5D 1A 27 56 28
Octal 274 177 16 0 40 135 32 47 126 50
Binary 10111100 1111111 1110 0 100000 1011101 11010 100111 1010110 101000

Color Harmonies of #BC7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F0E

Black with #BC7F0E

Text Example


Text Example

White with #BC7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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