Html Css Color HEX #BCBE64 Dark Khaki

📋 copy color: '#BCBE64'

red 188 ◦ green 190 ◦ blue 100

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

Shades of Dark Khaki #BCBE64

Tints of Dark Khaki #BCBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.75%

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

R = 39.33%
G = 39.75%
B = 20.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BCBE64 (or 0xBCBE64) is known color: Dark Khaki. HEX triplet: BC, BE and 64. RGB value is (188,190,100). Sum of RGB (Red+Green+Blue) = 188+190+100=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE64 is #43419B. Grayscale: #B3B3B3. Windows color (decimal): -4407708 or 6602428. OLE color: 6602428.

HSL color Cylindrical-coordinate representation of color #BCBE64: hue angle of 61.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCBE64 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 100 -
CMYK 0.01 0 0.47 0.25
HSL 61.33º 0.41% 0.57% -
HSV(B) 61.33º 0.47% 0.75% -
XYZ 41.45 48.44 19.22 -
YUV 179.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 188 190 100 0.01 0 0.47 0.25 61.33 0.41 0.57
Hex BC BE 64 1 0 2F 19 3D 29 39
Octal 274 276 144 1 0 57 31 75 51 71
Binary 10111100 10111110 1100100 1 0 101111 11001 111101 101001 111001

Color Harmonies of #BCBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE64

Black with #BCBE64

Text Example


Text Example

White with #BCBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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