Html Css Color HEX #BFC065 Dark Khaki

📋 copy color: '#BFC065'

red 191 ◦ green 192 ◦ blue 101

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

Shades of Dark Khaki #BFC065

Tints of Dark Khaki #BFC065

RGB

 RED value IS 191 (75% from 255) = 39.46%

 GREEN value IS 192 (75.39% from 255) = 39.67%

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

R = 39.46%
G = 39.67%
B = 20.87%

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

#BFC065 (or 0xBFC065) is known color: Dark Khaki. HEX triplet: BF, C0 and 65. RGB value is (191,192,101). Sum of RGB (Red+Green+Blue) = 191+192+101=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC065 is #403F9A. Grayscale: #B5B5B5. Windows color (decimal): -4210587 or 6668479. OLE color: 6668479.

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

Color convert

RGB 191 192 101 -
CMYK 0.01 0 0.47 0.25
HSL 60.66º 0.42% 0.57% -
HSV(B) 60.66º 0.47% 0.75% -
XYZ 42.68 49.72 19.66 -
YUV 181.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 191 192 101 0.01 0 0.47 0.25 60.66 0.42 0.57
Hex BF C0 65 1 0 2F 19 3D 2A 39
Octal 277 300 145 1 0 57 31 75 52 71
Binary 10111111 11000000 1100101 1 0 101111 11001 111101 101010 111001

Color Harmonies of #BFC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC065

Black with #BFC065

Text Example


Text Example

White with #BFC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC065; }

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

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

background-color css

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

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

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

border-color css

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

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

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