Html Css Color HEX #BC7D0F Dark Goldenrod

📋 copy color: '#BC7D0F'

red 188 ◦ green 125 ◦ blue 15

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

Shades of Dark Goldenrod #BC7D0F

Tints of Dark Goldenrod #BC7D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 57.32%
G = 38.11%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC7D0F (or 0xBC7D0F) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 0F. RGB value is (188,125,15). Sum of RGB (Red+Green+Blue) = 188+125+15=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D0F is #4382F0. Grayscale: #838383. Windows color (decimal): -4424433 or 1015228. OLE color: 1015228.

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

Color convert

RGB 188 125 15 -
CMYK 0 0.34 0.92 0.26
HSL 38.15º 0.85% 0.4% -
HSV(B) 38.15º 0.92% 0.74% -
XYZ 28.16 25.39 3.87 -
YUV 131.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 188 125 15 0 0.34 0.92 0.26 38.15 0.85 0.4
Hex BC 7D F 0 22 5C 1A 26 55 28
Octal 274 175 17 0 42 134 32 46 125 50
Binary 10111100 1111101 1111 0 100010 1011100 11010 100110 1010101 101000

Color Harmonies of #BC7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D0F

Black with #BC7D0F

Text Example


Text Example

White with #BC7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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