Html Css Color HEX #BFBA65 Dark Khaki

📋 copy color: '#BFBA65'

red 191 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #BFBA65

Tints of Dark Khaki #BFBA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 39.96%
G = 38.91%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFBA65 (or 0xBFBA65) is known color: Dark Khaki. HEX triplet: BF, BA and 65. RGB value is (191,186,101). Sum of RGB (Red+Green+Blue) = 191+186+101=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA65 is #40459A. Grayscale: #B2B2B2. Windows color (decimal): -4212123 or 6666943. OLE color: 6666943.

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

Color convert

RGB 191 186 101 -
CMYK 0 0.03 0.47 0.25
HSL 56.67º 0.41% 0.57% -
HSV(B) 56.67º 0.47% 0.75% -
XYZ 41.39 47.13 19.23 -
YUV 177.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 191 186 101 0 0.03 0.47 0.25 56.67 0.41 0.57
Hex BF BA 65 0 3 2F 19 39 29 39
Octal 277 272 145 0 3 57 31 71 51 71
Binary 10111111 10111010 1100101 0 11 101111 11001 111001 101001 111001

Color Harmonies of #BFBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA65

Black with #BFBA65

Text Example


Text Example

White with #BFBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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