Html Css Color HEX #BCBF65 Dark Khaki

📋 copy color: '#BCBF65'

red 188 ◦ green 191 ◦ blue 101

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

Shades of Dark Khaki #BCBF65

Tints of Dark Khaki #BCBF65

RGB

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

 GREEN value IS 191 (75% from 255) = 39.79%

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

R = 39.17%
G = 39.79%
B = 21.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BCBF65 (or 0xBCBF65) is known color: Dark Khaki. HEX triplet: BC, BF and 65. RGB value is (188,191,101). Sum of RGB (Red+Green+Blue) = 188+191+101=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF65 is #43409A. Grayscale: #B4B4B4. Windows color (decimal): -4407451 or 6668220. OLE color: 6668220.

HSL color Cylindrical-coordinate representation of color #BCBF65: hue angle of 62º 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 #BCBF65 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 101 -
CMYK 0.02 0 0.47 0.25
HSL 62º 0.41% 0.57% -
HSV(B) 62º 0.47% 0.75% -
XYZ 41.72 48.89 19.55 -
YUV 179.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 188 191 101 0.02 0 0.47 0.25 62 0.41 0.57
Hex BC BF 65 2 0 2F 19 3E 29 39
Octal 274 277 145 2 0 57 31 76 51 71
Binary 10111100 10111111 1100101 10 0 101111 11001 111110 101001 111001

Color Harmonies of #BCBF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF65

Black with #BCBF65

Text Example


Text Example

White with #BCBF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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