Html Css Color HEX #BCAD70 Dark Khaki

📋 copy color: '#BCAD70'

red 188 ◦ green 173 ◦ blue 112

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

Shades of Dark Khaki #BCAD70

Tints of Dark Khaki #BCAD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 39.75%
G = 36.58%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCAD70 (or 0xBCAD70) is known color: Dark Khaki. HEX triplet: BC, AD and 70. RGB value is (188,173,112). Sum of RGB (Red+Green+Blue) = 188+173+112=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD70 is #43528F. Grayscale: #AAAAAA. Windows color (decimal): -4412048 or 7384508. OLE color: 7384508.

HSL color Cylindrical-coordinate representation of color #BCAD70: hue angle of 48.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCAD70 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 112 -
CMYK 0 0.08 0.40 0.26
HSL 48.16º 0.36% 0.59% -
HSV(B) 48.16º 0.4% 0.74% -
XYZ 38.61 41.75 21.35 -
YUV 170.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 188 173 112 0 0.08 0.40 0.26 48.16 0.36 0.59
Hex BC AD 70 0 8 28 1A 30 24 3B
Octal 274 255 160 0 10 50 32 60 44 73
Binary 10111100 10101101 1110000 0 1000 101000 11010 110000 100100 111011

Color Harmonies of #BCAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD70

Black with #BCAD70

Text Example


Text Example

White with #BCAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD70; }

 p { color: rgb(188,173,112); }

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

background-color css

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

 a { background-color: rgb(188,173,112); }

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

border-color css

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

 span { border-color: rgb(188,173,112); }

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