Html Css Color HEX #BC8D18 Dark Goldenrod

📋 copy color: '#BC8D18'

red 188 ◦ green 141 ◦ blue 24

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

Shades of Dark Goldenrod #BC8D18

Tints of Dark Goldenrod #BC8D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 53.26%
G = 39.94%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC8D18 (or 0xBC8D18) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 18. RGB value is (188,141,24). Sum of RGB (Red+Green+Blue) = 188+141+24=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D18 is #4372E7. Grayscale: #8E8E8E. Windows color (decimal): -4420328 or 1609148. OLE color: 1609148.

HSL color Cylindrical-coordinate representation of color #BC8D18: hue angle of 42.8º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC8D18 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 24 -
CMYK 0 0.25 0.87 0.26
HSL 42.8º 0.77% 0.42% -
HSV(B) 42.8º 0.87% 0.74% -
XYZ 30.43 29.81 5.01 -
YUV 141.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 188 141 24 0 0.25 0.87 0.26 42.8 0.77 0.42
Hex BC 8D 18 0 19 57 1A 2B 4D 2A
Octal 274 215 30 0 31 127 32 53 115 52
Binary 10111100 10001101 11000 0 11001 1010111 11010 101011 1001101 101010

Color Harmonies of #BC8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D18

Black with #BC8D18

Text Example


Text Example

White with #BC8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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