Html Css Color HEX #BCBA6D Dark Khaki

📋 copy color: '#BCBA6D'

red 188 ◦ green 186 ◦ blue 109

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

Shades of Dark Khaki #BCBA6D

Tints of Dark Khaki #BCBA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.51%

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 38.92%
G = 38.51%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCBA6D (or 0xBCBA6D) is known color: Dark Khaki. HEX triplet: BC, BA and 6D. RGB value is (188,186,109). Sum of RGB (Red+Green+Blue) = 188+186+109=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA6D is #434592. Grayscale: #B2B2B2. Windows color (decimal): -4408723 or 7191228. OLE color: 7191228.

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

Color convert

RGB 188 186 109 -
CMYK 0 0.01 0.42 0.26
HSL 58.48º 0.37% 0.58% -
HSV(B) 58.48º 0.42% 0.74% -
XYZ 41.06 46.91 21.36 -
YUV 177.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 188 186 109 0 0.01 0.42 0.26 58.48 0.37 0.58
Hex BC BA 6D 0 1 2A 1A 3A 25 3A
Octal 274 272 155 0 1 52 32 72 45 72
Binary 10111100 10111010 1101101 0 1 101010 11010 111010 100101 111010

Color Harmonies of #BCBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA6D

Black with #BCBA6D

Text Example


Text Example

White with #BCBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA6D; }

 p { color: rgb(188,186,109); }

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

background-color css

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

 a { background-color: rgb(188,186,109); }

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

border-color css

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

 span { border-color: rgb(188,186,109); }

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