Html Css Color HEX #BFBE65 Dark Khaki

📋 copy color: '#BFBE65'

red 191 ◦ green 190 ◦ blue 101

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

Shades of Dark Khaki #BFBE65

Tints of Dark Khaki #BFBE65

RGB

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

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

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

R = 39.63%
G = 39.42%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFBE65 (or 0xBFBE65) is known color: Dark Khaki. HEX triplet: BF, BE and 65. RGB value is (191,190,101). Sum of RGB (Red+Green+Blue) = 191+190+101=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE65 is #40419A. Grayscale: #B4B4B4. Windows color (decimal): -4211099 or 6667967. OLE color: 6667967.

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

Color convert

RGB 191 190 101 -
CMYK 0 0.01 0.47 0.25
HSL 59.33º 0.41% 0.57% -
HSV(B) 59.33º 0.47% 0.75% -
XYZ 42.25 48.84 19.51 -
YUV 180.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 191 190 101 0 0.01 0.47 0.25 59.33 0.41 0.57
Hex BF BE 65 0 1 2F 19 3B 29 39
Octal 277 276 145 0 1 57 31 73 51 71
Binary 10111111 10111110 1100101 0 1 101111 11001 111011 101001 111001

Color Harmonies of #BFBE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE65

Black with #BFBE65

Text Example


Text Example

White with #BFBE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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