Html Css Color HEX #BC800A Dark Goldenrod

📋 copy color: '#BC800A'

red 188 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #BC800A

Tints of Dark Goldenrod #BC800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 57.67%
G = 39.26%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC800A (or 0xBC800A) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 0A. RGB value is (188,128,10). Sum of RGB (Red+Green+Blue) = 188+128+10=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC800A is #437FF5. Grayscale: #858585. Windows color (decimal): -4423670 or 688316. OLE color: 688316.

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

Color convert

RGB 188 128 10 -
CMYK 0 0.32 0.95 0.26
HSL 39.78º 0.9% 0.39% -
HSV(B) 39.78º 0.95% 0.74% -
XYZ 28.51 26.15 3.83 -
YUV 132.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 188 128 10 0 0.32 0.95 0.26 39.78 0.9 0.39
Hex BC 80 A 0 20 5F 1A 28 5A 27
Octal 274 200 12 0 40 137 32 50 132 47
Binary 10111100 10000000 1010 0 100000 1011111 11010 101000 1011010 100111

Color Harmonies of #BC800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC800A

Black with #BC800A

Text Example


Text Example

White with #BC800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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