Html Css Color HEX #BC8D13 Dark Goldenrod

📋 copy color: '#BC8D13'

red 188 ◦ green 141 ◦ blue 19

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

Shades of Dark Goldenrod #BC8D13

Tints of Dark Goldenrod #BC8D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 54.02%
G = 40.52%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8D13 (or 0xBC8D13) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 13. RGB value is (188,141,19). Sum of RGB (Red+Green+Blue) = 188+141+19=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D13 is #4372EC. Grayscale: #8D8D8D. Windows color (decimal): -4420333 or 1281468. OLE color: 1281468.

HSL color Cylindrical-coordinate representation of color #BC8D13: hue angle of 43.31º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8D13 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 19 -
CMYK 0 0.25 0.90 0.26
HSL 43.31º 0.82% 0.41% -
HSV(B) 43.31º 0.9% 0.74% -
XYZ 30.38 29.79 4.76 -
YUV 141.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 188 141 19 0 0.25 0.90 0.26 43.31 0.82 0.41
Hex BC 8D 13 0 19 5A 1A 2B 52 29
Octal 274 215 23 0 31 132 32 53 122 51
Binary 10111100 10001101 10011 0 11001 1011010 11010 101011 1010010 101001

Color Harmonies of #BC8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D13

Black with #BC8D13

Text Example


Text Example

White with #BC8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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