Html Css Color HEX #BFBA6B Dark Khaki

📋 copy color: '#BFBA6B'

red 191 ◦ green 186 ◦ blue 107

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

Shades of Dark Khaki #BFBA6B

Tints of Dark Khaki #BFBA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 39.46%
G = 38.43%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFBA6B (or 0xBFBA6B) is known color: Dark Khaki. HEX triplet: BF, BA and 6B. RGB value is (191,186,107). Sum of RGB (Red+Green+Blue) = 191+186+107=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA6B is #404594. Grayscale: #B2B2B2. Windows color (decimal): -4212117 or 7060159. OLE color: 7060159.

HSL color Cylindrical-coordinate representation of color #BFBA6B: hue angle of 56.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFBA6B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 107 -
CMYK 0 0.03 0.44 0.25
HSL 56.43º 0.4% 0.58% -
HSV(B) 56.43º 0.44% 0.75% -
XYZ 41.7 47.26 20.83 -
YUV 178.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 191 186 107 0 0.03 0.44 0.25 56.43 0.4 0.58
Hex BF BA 6B 0 3 2C 19 38 28 3A
Octal 277 272 153 0 3 54 31 70 50 72
Binary 10111111 10111010 1101011 0 11 101100 11001 111000 101000 111010

Color Harmonies of #BFBA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA6B

Black with #BFBA6B

Text Example


Text Example

White with #BFBA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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