Html Css Color HEX #BFBA6D Dark Khaki

📋 copy color: '#BFBA6D'

red 191 ◦ green 186 ◦ blue 109

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

Shades of Dark Khaki #BFBA6D

Tints of Dark Khaki #BFBA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 39.3%
G = 38.27%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFBA6D (or 0xBFBA6D) is known color: Dark Khaki. HEX triplet: BF, BA and 6D. RGB value is (191,186,109). Sum of RGB (Red+Green+Blue) = 191+186+109=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA6D is #404592. Grayscale: #B3B3B3. Windows color (decimal): -4212115 or 7191231. OLE color: 7191231.

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

Color convert

RGB 191 186 109 -
CMYK 0 0.03 0.43 0.25
HSL 56.34º 0.39% 0.59% -
HSV(B) 56.34º 0.43% 0.75% -
XYZ 41.81 47.3 21.39 -
YUV 178.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 191 186 109 0 0.03 0.43 0.25 56.34 0.39 0.59
Hex BF BA 6D 0 3 2B 19 38 27 3B
Octal 277 272 155 0 3 53 31 70 47 73
Binary 10111111 10111010 1101101 0 11 101011 11001 111000 100111 111011

Color Harmonies of #BFBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA6D

Black with #BFBA6D

Text Example


Text Example

White with #BFBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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