Html Css Color HEX #BC7910 Dark Goldenrod

📋 copy color: '#BC7910'

red 188 ◦ green 121 ◦ blue 16

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

Shades of Dark Goldenrod #BC7910

Tints of Dark Goldenrod #BC7910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 57.85%
G = 37.23%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7910 (or 0xBC7910) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 10. RGB value is (188,121,16). Sum of RGB (Red+Green+Blue) = 188+121+16=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7910 is #4386EF. Grayscale: #818181. Windows color (decimal): -4425456 or 1079740. OLE color: 1079740.

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

Color convert

RGB 188 121 16 -
CMYK 0 0.36 0.91 0.26
HSL 36.63º 0.84% 0.4% -
HSV(B) 36.63º 0.91% 0.74% -
XYZ 27.67 24.4 3.74 -
YUV 129.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 188 121 16 0 0.36 0.91 0.26 36.63 0.84 0.4
Hex BC 79 10 0 24 5B 1A 25 54 28
Octal 274 171 20 0 44 133 32 45 124 50
Binary 10111100 1111001 10000 0 100100 1011011 11010 100101 1010100 101000

Color Harmonies of #BC7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7910

Black with #BC7910

Text Example


Text Example

White with #BC7910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7910; }

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

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

background-color css

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

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

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

border-color css

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

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

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