Html Css Color HEX #BCBD65 Dark Khaki

📋 copy color: '#BCBD65'

red 188 ◦ green 189 ◦ blue 101

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

Shades of Dark Khaki #BCBD65

Tints of Dark Khaki #BCBD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 39.33%
G = 39.54%
B = 21.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCBD65 (or 0xBCBD65) is known color: Dark Khaki. HEX triplet: BC, BD and 65. RGB value is (188,189,101). Sum of RGB (Red+Green+Blue) = 188+189+101=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD65 is #43429A. Grayscale: #B3B3B3. Windows color (decimal): -4407963 or 6667708. OLE color: 6667708.

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

Color convert

RGB 188 189 101 -
CMYK 0.01 0 0.47 0.26
HSL 60.68º 0.4% 0.57% -
HSV(B) 60.68º 0.47% 0.74% -
XYZ 41.29 48.03 19.41 -
YUV 178.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 188 189 101 0.01 0 0.47 0.26 60.68 0.4 0.57
Hex BC BD 65 1 0 2F 1A 3D 28 39
Octal 274 275 145 1 0 57 32 75 50 71
Binary 10111100 10111101 1100101 1 0 101111 11010 111101 101000 111001

Color Harmonies of #BCBD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD65

Black with #BCBD65

Text Example


Text Example

White with #BCBD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD65; }

 p { color: rgb(188,189,101); }

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

background-color css

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

 a { background-color: rgb(188,189,101); }

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

border-color css

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

 span { border-color: rgb(188,189,101); }

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