Html Css Color HEX #BFB660 Dark Khaki

📋 copy color: '#BFB660'

red 191 ◦ green 182 ◦ blue 96

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

Shades of Dark Khaki #BFB660

Tints of Dark Khaki #BFB660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 40.72%
G = 38.81%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB660 (or 0xBFB660) is known color: Dark Khaki. HEX triplet: BF, B6 and 60. RGB value is (191,182,96). Sum of RGB (Red+Green+Blue) = 191+182+96=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB660 is #40499F. Grayscale: #AFAFAF. Windows color (decimal): -4213152 or 6338239. OLE color: 6338239.

HSL color Cylindrical-coordinate representation of color #BFB660: hue angle of 54.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB660 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 96 -
CMYK 0 0.05 0.50 0.25
HSL 54.32º 0.43% 0.56% -
HSV(B) 54.32º 0.5% 0.75% -
XYZ 40.33 45.38 17.7 -
YUV 174.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 191 182 96 0 0.05 0.50 0.25 54.32 0.43 0.56
Hex BF B6 60 0 5 32 19 36 2B 38
Octal 277 266 140 0 5 62 31 66 53 70
Binary 10111111 10110110 1100000 0 101 110010 11001 110110 101011 111000

Color Harmonies of #BFB660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB660

Black with #BFB660

Text Example


Text Example

White with #BFB660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB660; }

 p { color: rgb(191,182,96); }

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

background-color css

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

 a { background-color: rgb(191,182,96); }

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

border-color css

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

 span { border-color: rgb(191,182,96); }

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