Html Css Color HEX #BC7F10 Dark Goldenrod

📋 copy color: '#BC7F10'

red 188 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #BC7F10

Tints of Dark Goldenrod #BC7F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 56.8%
G = 38.37%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7F10 (or 0xBC7F10) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 10. RGB value is (188,127,16). Sum of RGB (Red+Green+Blue) = 188+127+16=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F10 is #4380EF. Grayscale: #858585. Windows color (decimal): -4423920 or 1081276. OLE color: 1081276.

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

Color convert

RGB 188 127 16 -
CMYK 0 0.32 0.91 0.26
HSL 38.72º 0.84% 0.4% -
HSV(B) 38.72º 0.91% 0.74% -
XYZ 28.42 25.91 3.99 -
YUV 132.59 62.21 167.53 -
System Red Green Blue C M Y K H S L
Decimal 188 127 16 0 0.32 0.91 0.26 38.72 0.84 0.4
Hex BC 7F 10 0 20 5B 1A 27 54 28
Octal 274 177 20 0 40 133 32 47 124 50
Binary 10111100 1111111 10000 0 100000 1011011 11010 100111 1010100 101000

Color Harmonies of #BC7F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F10

Black with #BC7F10

Text Example


Text Example

White with #BC7F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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