Html Css Color HEX #BCBA64 Dark Khaki

📋 copy color: '#BCBA64'

red 188 ◦ green 186 ◦ blue 100

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

Shades of Dark Khaki #BCBA64

Tints of Dark Khaki #BCBA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 39.66%
G = 39.24%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCBA64 (or 0xBCBA64) is known color: Dark Khaki. HEX triplet: BC, BA and 64. RGB value is (188,186,100). Sum of RGB (Red+Green+Blue) = 188+186+100=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA64 is #43459B. Grayscale: #B1B1B1. Windows color (decimal): -4408732 or 6601404. OLE color: 6601404.

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

Color convert

RGB 188 186 100 -
CMYK 0 0.01 0.47 0.26
HSL 58.64º 0.4% 0.56% -
HSV(B) 58.64º 0.47% 0.74% -
XYZ 40.6 46.73 18.94 -
YUV 176.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 188 186 100 0 0.01 0.47 0.26 58.64 0.4 0.56
Hex BC BA 64 0 1 2F 1A 3B 28 38
Octal 274 272 144 0 1 57 32 73 50 70
Binary 10111100 10111010 1100100 0 1 101111 11010 111011 101000 111000

Color Harmonies of #BCBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA64

Black with #BCBA64

Text Example


Text Example

White with #BCBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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