Html Css Color HEX #BFB96A Dark Khaki

📋 copy color: '#BFB96A'

red 191 ◦ green 185 ◦ blue 106

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

Shades of Dark Khaki #BFB96A

Tints of Dark Khaki #BFB96A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.38%

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

R = 39.63%
G = 38.38%
B = 21.99%

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

#BFB96A (or 0xBFB96A) is known color: Dark Khaki. HEX triplet: BF, B9 and 6A. RGB value is (191,185,106). Sum of RGB (Red+Green+Blue) = 191+185+106=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96A is #404695. Grayscale: #B2B2B2. Windows color (decimal): -4212374 or 6994367. OLE color: 6994367.

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

Color convert

RGB 191 185 106 -
CMYK 0 0.03 0.45 0.25
HSL 55.76º 0.4% 0.58% -
HSV(B) 55.76º 0.45% 0.75% -
XYZ 41.44 46.81 20.49 -
YUV 177.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 191 185 106 0 0.03 0.45 0.25 55.76 0.4 0.58
Hex BF B9 6A 0 3 2D 19 38 28 3A
Octal 277 271 152 0 3 55 31 70 50 72
Binary 10111111 10111001 1101010 0 11 101101 11001 111000 101000 111010

Color Harmonies of #BFB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB96A

Black with #BFB96A

Text Example


Text Example

White with #BFB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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