Html Css Color HEX #BC760A Dark Goldenrod

📋 copy color: '#BC760A'

red 188 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #BC760A

Tints of Dark Goldenrod #BC760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 59.49%
G = 37.34%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC760A (or 0xBC760A) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 0A. RGB value is (188,118,10). Sum of RGB (Red+Green+Blue) = 188+118+10=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC760A is #4389F5. Grayscale: #7F7F7F. Windows color (decimal): -4426230 or 685756. OLE color: 685756.

HSL color Cylindrical-coordinate representation of color #BC760A: hue angle of 36.4º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC760A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 10 -
CMYK 0 0.37 0.95 0.26
HSL 36.4º 0.9% 0.39% -
HSV(B) 36.4º 0.95% 0.74% -
XYZ 27.27 23.67 3.42 -
YUV 126.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 188 118 10 0 0.37 0.95 0.26 36.4 0.9 0.39
Hex BC 76 A 0 25 5F 1A 24 5A 27
Octal 274 166 12 0 45 137 32 44 132 47
Binary 10111100 1110110 1010 0 100101 1011111 11010 100100 1011010 100111

Color Harmonies of #BC760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC760A

Black with #BC760A

Text Example


Text Example

White with #BC760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC760A; }

 p { color: rgb(188,118,10); }

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

background-color css

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

 a { background-color: rgb(188,118,10); }

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

border-color css

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

 span { border-color: rgb(188,118,10); }

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