Html Css Color HEX #BC710A Dark Goldenrod

📋 copy color: '#BC710A'

red 188 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #BC710A

Tints of Dark Goldenrod #BC710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 60.45%
G = 36.33%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC710A (or 0xBC710A) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 0A. RGB value is (188,113,10). Sum of RGB (Red+Green+Blue) = 188+113+10=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC710A is #438EF5. Grayscale: #7C7C7C. Windows color (decimal): -4427510 or 684476. OLE color: 684476.

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

Color convert

RGB 188 113 10 -
CMYK 0 0.40 0.95 0.26
HSL 34.72º 0.9% 0.39% -
HSV(B) 34.72º 0.95% 0.74% -
XYZ 26.7 22.52 3.23 -
YUV 123.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 188 113 10 0 0.40 0.95 0.26 34.72 0.9 0.39
Hex BC 71 A 0 28 5F 1A 23 5A 27
Octal 274 161 12 0 50 137 32 43 132 47
Binary 10111100 1110001 1010 0 101000 1011111 11010 100011 1011010 100111

Color Harmonies of #BC710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC710A

Black with #BC710A

Text Example


Text Example

White with #BC710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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