Html Css Color HEX #BFBA66 Dark Khaki

📋 copy color: '#BFBA66'

red 191 ◦ green 186 ◦ blue 102

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

Shades of Dark Khaki #BFBA66

Tints of Dark Khaki #BFBA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 39.87%
G = 38.83%
B = 21.29%

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

#BFBA66 (or 0xBFBA66) is known color: Dark Khaki. HEX triplet: BF, BA and 66. RGB value is (191,186,102). Sum of RGB (Red+Green+Blue) = 191+186+102=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA66 is #404599. Grayscale: #B2B2B2. Windows color (decimal): -4212122 or 6732479. OLE color: 6732479.

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

Color convert

RGB 191 186 102 -
CMYK 0 0.03 0.47 0.25
HSL 56.63º 0.41% 0.57% -
HSV(B) 56.63º 0.47% 0.75% -
XYZ 41.44 47.15 19.49 -
YUV 177.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 191 186 102 0 0.03 0.47 0.25 56.63 0.41 0.57
Hex BF BA 66 0 3 2F 19 39 29 39
Octal 277 272 146 0 3 57 31 71 51 71
Binary 10111111 10111010 1100110 0 11 101111 11001 111001 101001 111001

Color Harmonies of #BFBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA66

Black with #BFBA66

Text Example


Text Example

White with #BFBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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