Html Css Color HEX #BC8D0A Dark Goldenrod

📋 copy color: '#BC8D0A'

red 188 ◦ green 141 ◦ blue 10

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

Shades of Dark Goldenrod #BC8D0A

Tints of Dark Goldenrod #BC8D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.59%

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

R = 55.46%
G = 41.59%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC8D0A (or 0xBC8D0A) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 0A. RGB value is (188,141,10). Sum of RGB (Red+Green+Blue) = 188+141+10=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D0A is #4372F5. Grayscale: #8C8C8C. Windows color (decimal): -4420342 or 691644. OLE color: 691644.

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

Color convert

RGB 188 141 10 -
CMYK 0 0.25 0.95 0.26
HSL 44.16º 0.9% 0.39% -
HSV(B) 44.16º 0.95% 0.74% -
XYZ 30.32 29.76 4.43 -
YUV 140.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 188 141 10 0 0.25 0.95 0.26 44.16 0.9 0.39
Hex BC 8D A 0 19 5F 1A 2C 5A 27
Octal 274 215 12 0 31 137 32 54 132 47
Binary 10111100 10001101 1010 0 11001 1011111 11010 101100 1011010 100111

Color Harmonies of #BC8D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D0A

Black with #BC8D0A

Text Example


Text Example

White with #BC8D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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