Html Css Color HEX #BFB966 Dark Khaki

📋 copy color: '#BFB966'

red 191 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #BFB966

Tints of Dark Khaki #BFB966

RGB

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

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

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

R = 39.96%
G = 38.7%
B = 21.34%

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

#BFB966 (or 0xBFB966) is known color: Dark Khaki. HEX triplet: BF, B9 and 66. RGB value is (191,185,102). Sum of RGB (Red+Green+Blue) = 191+185+102=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB966 is #404699. Grayscale: #B1B1B1. Windows color (decimal): -4212378 or 6732223. OLE color: 6732223.

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

Color convert

RGB 191 185 102 -
CMYK 0 0.03 0.47 0.25
HSL 55.96º 0.41% 0.57% -
HSV(B) 55.96º 0.47% 0.75% -
XYZ 41.23 46.73 19.42 -
YUV 177.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 191 185 102 0 0.03 0.47 0.25 55.96 0.41 0.57
Hex BF B9 66 0 3 2F 19 38 29 39
Octal 277 271 146 0 3 57 31 70 51 71
Binary 10111111 10111001 1100110 0 11 101111 11001 111000 101001 111001

Color Harmonies of #BFB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB966

Black with #BFB966

Text Example


Text Example

White with #BFB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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