Html Css Color HEX #BCBA68 Dark Khaki

📋 copy color: '#BCBA68'

red 188 ◦ green 186 ◦ blue 104

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

Shades of Dark Khaki #BCBA68

Tints of Dark Khaki #BCBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 39.33%
G = 38.91%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCBA68 (or 0xBCBA68) is known color: Dark Khaki. HEX triplet: BC, BA and 68. RGB value is (188,186,104). Sum of RGB (Red+Green+Blue) = 188+186+104=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA68 is #434597. Grayscale: #B1B1B1. Windows color (decimal): -4408728 or 6863548. OLE color: 6863548.

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

Color convert

RGB 188 186 104 -
CMYK 0 0.01 0.45 0.26
HSL 58.57º 0.39% 0.57% -
HSV(B) 58.57º 0.45% 0.74% -
XYZ 40.8 46.81 19.98 -
YUV 177.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 188 186 104 0 0.01 0.45 0.26 58.57 0.39 0.57
Hex BC BA 68 0 1 2D 1A 3B 27 39
Octal 274 272 150 0 1 55 32 73 47 71
Binary 10111100 10111010 1101000 0 1 101101 11010 111011 100111 111001

Color Harmonies of #BCBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA68

Black with #BCBA68

Text Example


Text Example

White with #BCBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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