Html Css Color HEX #BFBA6A Dark Khaki

📋 copy color: '#BFBA6A'

red 191 ◦ green 186 ◦ blue 106

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

Shades of Dark Khaki #BFBA6A

Tints of Dark Khaki #BFBA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.95%

R = 39.54%
G = 38.51%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFBA6A (or 0xBFBA6A) is known color: Dark Khaki. HEX triplet: BF, BA and 6A. RGB value is (191,186,106). Sum of RGB (Red+Green+Blue) = 191+186+106=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA6A is #404595. Grayscale: #B2B2B2. Windows color (decimal): -4212118 or 6994623. OLE color: 6994623.

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

Color convert

RGB 191 186 106 -
CMYK 0 0.03 0.45 0.25
HSL 56.47º 0.4% 0.58% -
HSV(B) 56.47º 0.45% 0.75% -
XYZ 41.65 47.23 20.56 -
YUV 178.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 191 186 106 0 0.03 0.45 0.25 56.47 0.4 0.58
Hex BF BA 6A 0 3 2D 19 38 28 3A
Octal 277 272 152 0 3 55 31 70 50 72
Binary 10111111 10111010 1101010 0 11 101101 11001 111000 101000 111010

Color Harmonies of #BFBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA6A

Black with #BFBA6A

Text Example


Text Example

White with #BFBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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