Html Css Color HEX #BC7F0F Dark Goldenrod

📋 copy color: '#BC7F0F'

red 188 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #BC7F0F

Tints of Dark Goldenrod #BC7F0F

RGB

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

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

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

R = 56.97%
G = 38.48%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC7F0F (or 0xBC7F0F) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 0F. RGB value is (188,127,15). Sum of RGB (Red+Green+Blue) = 188+127+15=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F0F is #4380F0. Grayscale: #848484. Windows color (decimal): -4423921 or 1015740. OLE color: 1015740.

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

Color convert

RGB 188 127 15 -
CMYK 0 0.32 0.92 0.26
HSL 38.84º 0.85% 0.4% -
HSV(B) 38.84º 0.92% 0.74% -
XYZ 28.41 25.9 3.95 -
YUV 132.47 61.71 167.61 -
System Red Green Blue C M Y K H S L
Decimal 188 127 15 0 0.32 0.92 0.26 38.84 0.85 0.4
Hex BC 7F F 0 20 5C 1A 27 55 28
Octal 274 177 17 0 40 134 32 47 125 50
Binary 10111100 1111111 1111 0 100000 1011100 11010 100111 1010101 101000

Color Harmonies of #BC7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F0F

Black with #BC7F0F

Text Example


Text Example

White with #BC7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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